#68071E

Color #68071E Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68071E

Tints of Pohutukawa #68071E

Color information

#68071E (or 0x68071E) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 1E. RGB value is (104,7,30). Sum of RGB (Red+Green+Blue) = 104+7+30=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68071E is #97F8E1. Grayscale: #262626. Windows color (decimal): -9959650 or 1967976. OLE color: 1967976.

HSL color Cylindrical-coordinate representation of color #68071E: hue angle of 345.77º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68071E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB104730-
CMYK00.930.710.59
HSL345.77º87.39%21.76%-
HSV(B)345.77º93.27%40.78%-
XYZ6.023.191.53-
YUV38.62123.14174.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=73.76%
G=4.96%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473000.930.710.59345.7787.3921.76
Hex6871E05D473B15a5716
Octal15073601351077353212726
Binary110100011111110010111011000111111011101011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68071E; }

 p { color: rgb(104,7,30); }

 H1.HeaderClassName
 {
   color: #68071E;
 }
 .AnyTagClassName
 {
   color: #68071E;
 }
</style>
background-color css

<style>
 a { background-color: #68071E; }

 a { background-color: rgb(104,7,30); }

 div.DivClassName
 {
   background-color: #68071E;
 }
 .BgClassName
 {
   background-color: #68071E;
 }
</style>
border-color css

<style>
 span { border-color: #68071E; }

 span { border-color: rgb(104,7,30); }

 td.TdClassName
 {
   border-color: #68071E;
 }
 .TagClassName
 {
   border-color: #68071E;
 }
</style>