Html Css Color HEX #601D09 Caput Mortuum

📋 copy color: '#601D09'

red 96 ◦ green 29 ◦ blue 9

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

Shades of Caput Mortuum #601D09

Tints of Caput Mortuum #601D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

 BLUE value IS 9 (3.91% from 255) = 6.72%

R = 71.64%
G = 21.64%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#601D09 (or 0x601D09) is known color: Caput Mortuum. HEX triplet: 60, 1D and 09. RGB value is (96,29,9). Sum of RGB (Red+Green+Blue) = 96+29+9=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D09 is #9FE2F6. Grayscale: #2E2E2E. Windows color (decimal): -10478327 or 597344. OLE color: 597344.

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

Color convert

RGB 96 29 9 -
CMYK 0 0.70 0.91 0.62
HSL 13.79º 0.83% 0.21% -
HSV(B) 13.79º 0.91% 0.38% -
XYZ 5.31 3.39 0.63 -
YUV 46.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 96 29 9 0 0.70 0.91 0.62 13.79 0.83 0.21
Hex 60 1D 9 0 46 5B 3E E 53 15
Octal 140 35 11 0 106 133 76 16 123 25
Binary 1100000 11101 1001 0 1000110 1011011 111110 1110 1010011 10101

Color Harmonies of #601D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D09

Black with #601D09

Text Example


Text Example

White with #601D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,29,9); }

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

background-color css

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

 a { background-color: rgb(96,29,9); }

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

border-color css

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

 span { border-color: rgb(96,29,9); }

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