Html Css Color HEX #6C2311 Caput Mortuum

📋 copy color: '#6C2311'

red 108 ◦ green 35 ◦ blue 17

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

Shades of Caput Mortuum #6C2311

Tints of Caput Mortuum #6C2311

RGB

 RED value IS 108 (42.58% from 255) = 67.5%

 GREEN value IS 35 (14.06% from 255) = 21.88%

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 67.5%
G = 21.88%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6C2311 (or 0x6C2311) is known color: Caput Mortuum. HEX triplet: 6C, 23 and 11. RGB value is (108,35,17). Sum of RGB (Red+Green+Blue) = 108+35+17=160 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.5% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2311 is #93DCEE. Grayscale: #363636. Windows color (decimal): -9690351 or 1123180. OLE color: 1123180.

HSL color Cylindrical-coordinate representation of color #6C2311: hue angle of 11.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C2311 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 35 17 -
CMYK 0 0.68 0.84 0.58
HSL 11.87º 0.73% 0.25% -
HSV(B) 11.87º 0.84% 0.42% -
XYZ 6.89 4.43 1.02 -
YUV 54.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 108 35 17 0 0.68 0.84 0.58 11.87 0.73 0.25
Hex 6C 23 11 0 44 54 3A C 49 19
Octal 154 43 21 0 104 124 72 14 111 31
Binary 1101100 100011 10001 0 1000100 1010100 111010 1100 1001001 11001

Color Harmonies of #6C2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2311

Black with #6C2311

Text Example


Text Example

White with #6C2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C2311; }

 p { color: rgb(108,35,17); }

 H1.HeaderClassName
 {
   color: #6C2311;
 }
 .AnyTagClassName
 {
   color: #6C2311;
 }
</style>

background-color css

<style>
 a { background-color: #6C2311; }

 a { background-color: rgb(108,35,17); }

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

border-color css

<style>
 span { border-color: #6C2311; }

 span { border-color: rgb(108,35,17); }

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