#600712

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

Shades of Pohutukawa #600712

Tints of Pohutukawa #600712

Color information

#600712 (or 0x600712) is unknown color: approx Pohutukawa. HEX triplet: 60, 07 and 12. RGB value is (96,7,18). Sum of RGB (Red+Green+Blue) = 96+7+18=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600712 is #9FF8ED. Grayscale: #222222. Windows color (decimal): -10483950 or 1181536. OLE color: 1181536.

HSL color Cylindrical-coordinate representation of color #600712: hue angle of 352.58º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600712 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB96718-
CMYK00.930.810.62
HSL352.58º86.41%20.2%-
HSV(B)352.58º92.71%37.65%-
XYZ5.012.680.83-
YUV34.86118.49171.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=79.34%
G=5.79%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9671800.930.810.62352.5886.4120.2
Hex6071205D513E1615614
Octal14072201351217654112624
Binary110000011110010010111011010001111110101100001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600712; }

 p { color: rgb(96,7,18); }

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

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

 a { background-color: rgb(96,7,18); }

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

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

 span { border-color: rgb(96,7,18); }

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