Html Css Color HEX #600C17 Pohutukawa

📋 copy color: '#600C17'

red 96 ◦ green 12 ◦ blue 23

#600C17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600C17

Tints of Pohutukawa #600C17

RGB

 RED value IS 96 (37.89% from 255) = 73.28%

 GREEN value IS 12 (5.08% from 255) = 9.16%

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 73.28%
G = 9.16%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#600C17 (or 0x600C17) is known color: Pohutukawa. HEX triplet: 60, 0C and 17. RGB value is (96,12,23). Sum of RGB (Red+Green+Blue) = 96+12+23=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C17 is #9FF3E8. Grayscale: #262626. Windows color (decimal): -10482665 or 1510496. OLE color: 1510496.

HSL color Cylindrical-coordinate representation of color #600C17: hue angle of 352.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 #600C17 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 23 -
CMYK 0 0.88 0.76 0.62
HSL 352.14º 0.78% 0.21% -
HSV(B) 352.14º 0.88% 0.38% -
XYZ 5.11 2.81 1.08 -
YUV 38.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 96 12 23 0 0.88 0.76 0.62 352.14 0.78 0.21
Hex 60 C 17 0 58 4C 3E 160 4E 15
Octal 140 14 27 0 130 114 76 540 116 25
Binary 1100000 1100 10111 0 1011000 1001100 111110 101100000 1001110 10101

Color Harmonies of #600C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C17

Black with #600C17

Text Example


Text Example

White with #600C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600C17;
 }
 .AnyTagClassName
 {
   color: #600C17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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