Html Css Color HEX #600608 Pohutukawa

📋 copy color: '#600608'

red 96 ◦ green 6 ◦ blue 8

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

Shades of Pohutukawa #600608

Tints of Pohutukawa #600608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 8 (3.52% from 255) = 7.27%

R = 87.27%
G = 5.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#600608 (or 0x600608) is known color: Pohutukawa. HEX triplet: 60, 06 and 08. RGB value is (96,6,8). Sum of RGB (Red+Green+Blue) = 96+6+8=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #600608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600608 is #9FF9F7. Grayscale: #212121. Windows color (decimal): -10484216 or 525920. OLE color: 525920.

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

Color convert

RGB 96 6 8 -
CMYK 0 0.94 0.92 0.62
HSL 358.67º 0.88% 0.2% -
HSV(B) 358.67º 0.94% 0.38% -
XYZ 4.93 2.63 0.48 -
YUV 33.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 96 6 8 0 0.94 0.92 0.62 358.67 0.88 0.2
Hex 60 6 8 0 5E 5C 3E 167 58 14
Octal 140 6 10 0 136 134 76 547 130 24
Binary 1100000 110 1000 0 1011110 1011100 111110 101100111 1011000 10100

Color Harmonies of #600608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600608

Black with #600608

Text Example


Text Example

White with #600608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600608; }

 p { color: rgb(96,6,8); }

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

background-color css

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

 a { background-color: rgb(96,6,8); }

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

border-color css

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

 span { border-color: rgb(96,6,8); }

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