Html Css Color HEX #601E0B Caput Mortuum

📋 copy color: '#601E0B'

red 96 ◦ green 30 ◦ blue 11

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

Shades of Caput Mortuum #601E0B

Tints of Caput Mortuum #601E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.9%

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 70.07%
G = 21.9%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#601E0B (or 0x601E0B) is known color: Caput Mortuum. HEX triplet: 60, 1E and 0B. RGB value is (96,30,11). Sum of RGB (Red+Green+Blue) = 96+30+11=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E0B is #9FE1F4. Grayscale: #2F2F2F. Windows color (decimal): -10478069 or 728672. OLE color: 728672.

HSL color Cylindrical-coordinate representation of color #601E0B: hue angle of 13.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601E0B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 11 -
CMYK 0 0.69 0.89 0.62
HSL 13.41º 0.79% 0.21% -
HSV(B) 13.41º 0.89% 0.38% -
XYZ 5.35 3.44 0.7 -
YUV 47.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 96 30 11 0 0.69 0.89 0.62 13.41 0.79 0.21
Hex 60 1E B 0 45 59 3E D 4F 15
Octal 140 36 13 0 105 131 76 15 117 25
Binary 1100000 11110 1011 0 1000101 1011001 111110 1101 1001111 10101

Color Harmonies of #601E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E0B

Black with #601E0B

Text Example


Text Example

White with #601E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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