Html Css Color HEX #6A2515 Caput Mortuum

📋 copy color: '#6A2515'

red 106 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #6A2515

Tints of Caput Mortuum #6A2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

 BLUE value IS 21 (8.59% from 255) = 12.8%

R = 64.63%
G = 22.56%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6A2515 (or 0x6A2515) is known color: Caput Mortuum. HEX triplet: 6A, 25 and 15. RGB value is (106,37,21). Sum of RGB (Red+Green+Blue) = 106+37+21=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2515 is #95DAEA. Grayscale: #373737. Windows color (decimal): -9820907 or 1385834. OLE color: 1385834.

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

Color convert

RGB 106 37 21 -
CMYK 0 0.65 0.80 0.58
HSL 11.29º 0.67% 0.25% -
HSV(B) 11.29º 0.8% 0.42% -
XYZ 6.74 4.44 1.21 -
YUV 55.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 106 37 21 0 0.65 0.80 0.58 11.29 0.67 0.25
Hex 6A 25 15 0 41 50 3A B 43 19
Octal 152 45 25 0 101 120 72 13 103 31
Binary 1101010 100101 10101 0 1000001 1010000 111010 1011 1000011 11001

Color Harmonies of #6A2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2515

Black with #6A2515

Text Example


Text Example

White with #6A2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,37,21); }

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

background-color css

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

 a { background-color: rgb(106,37,21); }

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

border-color css

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

 span { border-color: rgb(106,37,21); }

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