Html Css Color HEX #6A2413 Caput Mortuum

📋 copy color: '#6A2413'

red 106 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #6A2413

Tints of Caput Mortuum #6A2413

RGB

 RED value IS 106 (41.8% from 255) = 65.84%

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

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

R = 65.84%
G = 22.36%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6A2413 (or 0x6A2413) is known color: Caput Mortuum. HEX triplet: 6A, 24 and 13. RGB value is (106,36,19). Sum of RGB (Red+Green+Blue) = 106+36+19=161 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.84% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2413 is #95DBEC. Grayscale: #373737. Windows color (decimal): -9821165 or 1254506. OLE color: 1254506.

HSL color Cylindrical-coordinate representation of color #6A2413: hue angle of 11.72º 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 #6A2413 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 36 19 -
CMYK 0 0.66 0.82 0.58
HSL 11.72º 0.7% 0.25% -
HSV(B) 11.72º 0.82% 0.42% -
XYZ 6.69 4.37 1.11 -
YUV 54.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 106 36 19 0 0.66 0.82 0.58 11.72 0.7 0.25
Hex 6A 24 13 0 42 52 3A C 46 19
Octal 152 44 23 0 102 122 72 14 106 31
Binary 1101010 100100 10011 0 1000010 1010010 111010 1100 1000110 11001

Color Harmonies of #6A2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2413

Black with #6A2413

Text Example


Text Example

White with #6A2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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