Html Css Color HEX #602B1E Caput Mortuum

📋 copy color: '#602B1E'

red 96 ◦ green 43 ◦ blue 30

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

Shades of Caput Mortuum #602B1E

Tints of Caput Mortuum #602B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 30 (12.11% from 255) = 17.75%

R = 56.8%
G = 25.44%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#602B1E (or 0x602B1E) is known color: Caput Mortuum. HEX triplet: 60, 2B and 1E. RGB value is (96,43,30). Sum of RGB (Red+Green+Blue) = 96+43+30=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B1E is #9FD4E1. Grayscale: #393939. Windows color (decimal): -10474722 or 1977184. OLE color: 1977184.

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

Color convert

RGB 96 43 30 -
CMYK 0 0.55 0.69 0.62
HSL 11.82º 0.52% 0.25% -
HSV(B) 11.82º 0.69% 0.38% -
XYZ 5.92 4.31 1.75 -
YUV 57.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 96 43 30 0 0.55 0.69 0.62 11.82 0.52 0.25
Hex 60 2B 1E 0 37 45 3E C 34 19
Octal 140 53 36 0 67 105 76 14 64 31
Binary 1100000 101011 11110 0 110111 1000101 111110 1100 110100 11001

Color Harmonies of #602B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B1E

Black with #602B1E

Text Example


Text Example

White with #602B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,43,30); }

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

background-color css

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

 a { background-color: rgb(96,43,30); }

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

border-color css

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

 span { border-color: rgb(96,43,30); }

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