Html Css Color HEX #601C06 Caput Mortuum

📋 copy color: '#601C06'

red 96 ◦ green 28 ◦ blue 6

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

Shades of Caput Mortuum #601C06

Tints of Caput Mortuum #601C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.54%

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 73.85%
G = 21.54%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#601C06 (or 0x601C06) is known color: Caput Mortuum. HEX triplet: 60, 1C and 06. RGB value is (96,28,6). Sum of RGB (Red+Green+Blue) = 96+28+6=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #601C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C06 is #9FE3F9. Grayscale: #2D2D2D. Windows color (decimal): -10478586 or 400480. OLE color: 400480.

HSL color Cylindrical-coordinate representation of color #601C06: hue angle of 14.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #601C06 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 28 6 -
CMYK 0 0.71 0.94 0.62
HSL 14.67º 0.88% 0.2% -
HSV(B) 14.67º 0.94% 0.38% -
XYZ 5.27 3.33 0.54 -
YUV 45.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 96 28 6 0 0.71 0.94 0.62 14.67 0.88 0.2
Hex 60 1C 6 0 47 5E 3E F 58 14
Octal 140 34 6 0 107 136 76 17 130 24
Binary 1100000 11100 110 0 1000111 1011110 111110 1111 1011000 10100

Color Harmonies of #601C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C06

Black with #601C06

Text Example


Text Example

White with #601C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,28,6); }

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

background-color css

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

 a { background-color: rgb(96,28,6); }

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

border-color css

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

 span { border-color: rgb(96,28,6); }

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