Html Css Color HEX #6B2414 Caput Mortuum

📋 copy color: '#6B2414'

red 107 ◦ green 36 ◦ blue 20

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

Shades of Caput Mortuum #6B2414

Tints of Caput Mortuum #6B2414

RGB

 RED value IS 107 (42.19% from 255) = 65.64%

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 65.64%
G = 22.09%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6B2414 (or 0x6B2414) is known color: Caput Mortuum. HEX triplet: 6B, 24 and 14. RGB value is (107,36,20). Sum of RGB (Red+Green+Blue) = 107+36+20=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2414 is #94DBEB. Grayscale: #373737. Windows color (decimal): -9755628 or 1320043. OLE color: 1320043.

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

Color convert

RGB 107 36 20 -
CMYK 0 0.66 0.81 0.58
HSL 11.03º 0.69% 0.25% -
HSV(B) 11.03º 0.81% 0.42% -
XYZ 6.82 4.44 1.16 -
YUV 55.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 107 36 20 0 0.66 0.81 0.58 11.03 0.69 0.25
Hex 6B 24 14 0 42 51 3A B 45 19
Octal 153 44 24 0 102 121 72 13 105 31
Binary 1101011 100100 10100 0 1000010 1010001 111010 1011 1000101 11001

Color Harmonies of #6B2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2414

Black with #6B2414

Text Example


Text Example

White with #6B2414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,20); }

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

background-color css

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

 a { background-color: rgb(107,36,20); }

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

border-color css

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

 span { border-color: rgb(107,36,20); }

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