Html Css Color HEX #602417 Caput Mortuum

📋 copy color: '#602417'

red 96 ◦ green 36 ◦ blue 23

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

Shades of Caput Mortuum #602417

Tints of Caput Mortuum #602417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 61.94%
G = 23.23%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#602417 (or 0x602417) is known color: Caput Mortuum. HEX triplet: 60, 24 and 17. RGB value is (96,36,23). Sum of RGB (Red+Green+Blue) = 96+36+23=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602417 is #9FDBE8. Grayscale: #343434. Windows color (decimal): -10476521 or 1516640. OLE color: 1516640.

HSL color Cylindrical-coordinate representation of color #602417: hue angle of 10.68º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602417 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 36 23 -
CMYK 0 0.62 0.76 0.62
HSL 10.68º 0.61% 0.23% -
HSV(B) 10.68º 0.76% 0.38% -
XYZ 5.61 3.81 1.25 -
YUV 52.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 96 36 23 0 0.62 0.76 0.62 10.68 0.61 0.23
Hex 60 24 17 0 3E 4C 3E B 3D 17
Octal 140 44 27 0 76 114 76 13 75 27
Binary 1100000 100100 10111 0 111110 1001100 111110 1011 111101 10111

Color Harmonies of #602417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602417

Black with #602417

Text Example


Text Example

White with #602417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602417; }

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

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

background-color css

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

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

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

border-color css

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

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

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