#6B2312

Color #6B2312 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #6B2312

Tints of Caput Mortuum #6B2312

Color information

#6B2312 (or 0x6B2312) is unknown color: approx Caput Mortuum. HEX triplet: 6B, 23 and 12. RGB value is (107,35,18). Sum of RGB (Red+Green+Blue) = 107+35+18=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2312 is #94DCED. Grayscale: #363636. Windows color (decimal): -9755886 or 1188715. OLE color: 1188715.

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

Color convert

RGB1073518-
CMYK00.670.830.58
HSL11.46º71.2%24.51%-
HSV(B)11.46º83.18%41.96%-
XYZ6.774.371.06-
YUV54.59107.35165.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.88%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=66.88%
G=21.88%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107351800.670.830.5811.4671.224.51
Hex6B2312043533Ab4719
Octal15343220103123721310731
Binary1101011100011100100100001110100111110101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,35,18); }

 H1.HeaderClassName
 {
   color: #6B2312;
 }
 .AnyTagClassName
 {
   color: #6B2312;
 }
</style>
background-color css

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

 a { background-color: rgb(107,35,18); }

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

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

 span { border-color: rgb(107,35,18); }

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