Html Css Color HEX #602D21 Caput Mortuum

📋 copy color: '#602D21'

red 96 ◦ green 45 ◦ blue 33

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

Shades of Caput Mortuum #602D21

Tints of Caput Mortuum #602D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.86%

 BLUE value IS 33 (13.28% from 255) = 18.97%

R = 55.17%
G = 25.86%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#602D21 (or 0x602D21) is known color: Caput Mortuum. HEX triplet: 60, 2D and 21. RGB value is (96,45,33). Sum of RGB (Red+Green+Blue) = 96+45+33=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D21 is #9FD2DE. Grayscale: #3A3A3A. Windows color (decimal): -10474207 or 2174304. OLE color: 2174304.

HSL color Cylindrical-coordinate representation of color #602D21: hue angle of 11.43º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602D21 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 33 -
CMYK 0 0.53 0.66 0.62
HSL 11.43º 0.49% 0.25% -
HSV(B) 11.43º 0.66% 0.38% -
XYZ 6.04 4.47 1.98 -
YUV 58.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 96 45 33 0 0.53 0.66 0.62 11.43 0.49 0.25
Hex 60 2D 21 0 35 42 3E B 31 19
Octal 140 55 41 0 65 102 76 13 61 31
Binary 1100000 101101 100001 0 110101 1000010 111110 1011 110001 11001

Color Harmonies of #602D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D21

Black with #602D21

Text Example


Text Example

White with #602D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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