Html Css Color HEX #602117 Caput Mortuum

📋 copy color: '#602117'

red 96 ◦ green 33 ◦ blue 23

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

Shades of Caput Mortuum #602117

Tints of Caput Mortuum #602117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 63.16%
G = 21.71%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#602117 (or 0x602117) is known color: Caput Mortuum. HEX triplet: 60, 21 and 17. RGB value is (96,33,23). Sum of RGB (Red+Green+Blue) = 96+33+23=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602117 is #9FDEE8. Grayscale: #323232. Windows color (decimal): -10477289 or 1515872. OLE color: 1515872.

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

Color convert

RGB 96 33 23 -
CMYK 0 0.66 0.76 0.62
HSL 8.22º 0.61% 0.23% -
HSV(B) 8.22º 0.76% 0.38% -
XYZ 5.52 3.64 1.22 -
YUV 50.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 96 33 23 0 0.66 0.76 0.62 8.22 0.61 0.23
Hex 60 21 17 0 42 4C 3E 8 3D 17
Octal 140 41 27 0 102 114 76 10 75 27
Binary 1100000 100001 10111 0 1000010 1001100 111110 1000 111101 10111

Color Harmonies of #602117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602117

Black with #602117

Text Example


Text Example

White with #602117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602117; }

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

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

background-color css

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

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

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

border-color css

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

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

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