Html Css Color HEX #6C2413 Caput Mortuum

📋 copy color: '#6C2413'

red 108 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #6C2413

Tints of Caput Mortuum #6C2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.09%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 66.26%
G = 22.09%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C2413 (or 0x6C2413) is known color: Caput Mortuum. HEX triplet: 6C, 24 and 13. RGB value is (108,36,19). Sum of RGB (Red+Green+Blue) = 108+36+19=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2413 is #93DBEC. Grayscale: #373737. Windows color (decimal): -9690093 or 1254508. OLE color: 1254508.

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

Color convert

RGB 108 36 19 -
CMYK 0 0.67 0.82 0.58
HSL 11.46º 0.7% 0.25% -
HSV(B) 11.46º 0.82% 0.42% -
XYZ 6.93 4.5 1.12 -
YUV 55.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 108 36 19 0 0.67 0.82 0.58 11.46 0.7 0.25
Hex 6C 24 13 0 43 52 3A B 46 19
Octal 154 44 23 0 103 122 72 13 106 31
Binary 1101100 100100 10011 0 1000011 1010010 111010 1011 1000110 11001

Color Harmonies of #6C2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2413

Black with #6C2413

Text Example


Text Example

White with #6C2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,36,19); }

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

background-color css

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

 a { background-color: rgb(108,36,19); }

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

border-color css

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

 span { border-color: rgb(108,36,19); }

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