#600C1E

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

Shades of Pohutukawa #600C1E

Tints of Pohutukawa #600C1E

Color information

#600C1E (or 0x600C1E) is unknown color: approx Pohutukawa. HEX triplet: 60, 0C and 1E. RGB value is (96,12,30). Sum of RGB (Red+Green+Blue) = 96+12+30=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C1E is #9FF3E1. Grayscale: #272727. Windows color (decimal): -10482658 or 1969248. OLE color: 1969248.

HSL color Cylindrical-coordinate representation of color #600C1E: hue angle of 347.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C1E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB961230-
CMYK00.880.690.62
HSL347.14º77.78%21.18%-
HSV(B)347.14º87.5%37.65%-
XYZ5.192.841.5-
YUV39.17122.83168.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=69.57%
G=8.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96123000.880.690.62347.1477.7821.18
Hex60C1E058453E15b4e15
Octal140143601301057653311625
Binary1100000110011110010110001000101111110101011011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600C1E; }

 p { color: rgb(96,12,30); }

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

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

 a { background-color: rgb(96,12,30); }

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

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

 span { border-color: rgb(96,12,30); }

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