Html Css Color HEX #6A210D Caput Mortuum

📋 copy color: '#6A210D'

red 106 ◦ green 33 ◦ blue 13

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

Shades of Caput Mortuum #6A210D

Tints of Caput Mortuum #6A210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 69.74%
G = 21.71%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6A210D (or 0x6A210D) is known color: Caput Mortuum. HEX triplet: 6A, 21 and 0D. RGB value is (106,33,13). Sum of RGB (Red+Green+Blue) = 106+33+13=152 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.74% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 106 - color contains mainly: red. Hex color #6A210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A210D is #95DEF2. Grayscale: #343434. Windows color (decimal): -9821939 or 860522. OLE color: 860522.

HSL color Cylindrical-coordinate representation of color #6A210D: hue angle of 12.9º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A210D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 33 13 -
CMYK 0 0.69 0.88 0.58
HSL 12.9º 0.78% 0.23% -
HSV(B) 12.9º 0.88% 0.42% -
XYZ 6.56 4.18 0.84 -
YUV 52.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 106 33 13 0 0.69 0.88 0.58 12.9 0.78 0.23
Hex 6A 21 D 0 45 58 3A D 4E 17
Octal 152 41 15 0 105 130 72 15 116 27
Binary 1101010 100001 1101 0 1000101 1011000 111010 1101 1001110 10111

Color Harmonies of #6A210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A210D

Black with #6A210D

Text Example


Text Example

White with #6A210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,33,13); }

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

background-color css

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

 a { background-color: rgb(106,33,13); }

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

border-color css

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

 span { border-color: rgb(106,33,13); }

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