Html Css Color HEX #601E0D Caput Mortuum

📋 copy color: '#601E0D'

red 96 ◦ green 30 ◦ blue 13

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

Shades of Caput Mortuum #601E0D

Tints of Caput Mortuum #601E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 69.06%
G = 21.58%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#601E0D (or 0x601E0D) is known color: Caput Mortuum. HEX triplet: 60, 1E and 0D. RGB value is (96,30,13). Sum of RGB (Red+Green+Blue) = 96+30+13=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E0D is #9FE1F2. Grayscale: #2F2F2F. Windows color (decimal): -10478067 or 859744. OLE color: 859744.

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

Color convert

RGB 96 30 13 -
CMYK 0 0.69 0.86 0.62
HSL 12.29º 0.76% 0.21% -
HSV(B) 12.29º 0.86% 0.38% -
XYZ 5.36 3.44 0.76 -
YUV 47.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 96 30 13 0 0.69 0.86 0.62 12.29 0.76 0.21
Hex 60 1E D 0 45 56 3E C 4C 15
Octal 140 36 15 0 105 126 76 14 114 25
Binary 1100000 11110 1101 0 1000101 1010110 111110 1100 1001100 10101

Color Harmonies of #601E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E0D

Black with #601E0D

Text Example


Text Example

White with #601E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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