Html Css Color HEX #600617 Pohutukawa

📋 copy color: '#600617'

red 96 ◦ green 6 ◦ blue 23

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

Shades of Pohutukawa #600617

Tints of Pohutukawa #600617

RGB

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

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

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

R = 76.8%
G = 4.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#600617 (or 0x600617) is known color: Pohutukawa. HEX triplet: 60, 06 and 17. RGB value is (96,6,23). Sum of RGB (Red+Green+Blue) = 96+6+23=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #600617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600617 is #9FF9E8. Grayscale: #222222. Windows color (decimal): -10484201 or 1508960. OLE color: 1508960.

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

Color convert

RGB 96 6 23 -
CMYK 0 0.94 0.76 0.62
HSL 348.67º 0.88% 0.2% -
HSV(B) 348.67º 0.94% 0.38% -
XYZ 5.04 2.68 1.06 -
YUV 34.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 96 6 23 0 0.94 0.76 0.62 348.67 0.88 0.2
Hex 60 6 17 0 5E 4C 3E 15D 58 14
Octal 140 6 27 0 136 114 76 535 130 24
Binary 1100000 110 10111 0 1011110 1001100 111110 101011101 1011000 10100

Color Harmonies of #600617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600617

Black with #600617

Text Example


Text Example

White with #600617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600617; }

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

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

background-color css

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

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

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

border-color css

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

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

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