Html Css Color HEX #561C06 Caput Mortuum

📋 copy color: '#561C06'

red 86 ◦ green 28 ◦ blue 6

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

Shades of Caput Mortuum #561C06

Tints of Caput Mortuum #561C06

RGB

 RED value IS 86 (33.98% from 255) = 71.67%

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

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

R = 71.67%
G = 23.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#561C06 (or 0x561C06) is known color: Caput Mortuum. HEX triplet: 56, 1C and 06. RGB value is (86,28,6). Sum of RGB (Red+Green+Blue) = 86+28+6=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #561C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C06 is #A9E3F9. Grayscale: #2A2A2A. Windows color (decimal): -11133946 or 400470. OLE color: 400470.

HSL color Cylindrical-coordinate representation of color #561C06: hue angle of 16.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #561C06 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 6 -
CMYK 0 0.67 0.93 0.66
HSL 16.5º 0.87% 0.18% -
HSV(B) 16.5º 0.93% 0.34% -
XYZ 4.29 2.82 0.49 -
YUV 42.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 86 28 6 0 0.67 0.93 0.66 16.5 0.87 0.18
Hex 56 1C 6 0 43 5D 42 10 57 12
Octal 126 34 6 0 103 135 102 20 127 22
Binary 1010110 11100 110 0 1000011 1011101 1000010 10000 1010111 10010

Color Harmonies of #561C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C06

Black with #561C06

Text Example


Text Example

White with #561C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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