#6B230D

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

Shades of Caput Mortuum #6B230D

Tints of Caput Mortuum #6B230D

Color information

#6B230D (or 0x6B230D) is unknown color: approx Caput Mortuum. HEX triplet: 6B, 23 and 0D. RGB value is (107,35,13). Sum of RGB (Red+Green+Blue) = 107+35+13=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B230D is #94DCF2. Grayscale: #363636. Windows color (decimal): -9755891 or 861035. OLE color: 861035.

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

Color convert

RGB1073513-
CMYK00.670.880.58
HSL14.04º78.33%23.53%-
HSV(B)14.04º87.85%41.96%-
XYZ6.744.360.87-
YUV54.02104.85165.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.03%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=69.03%
G=22.58%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107351300.670.880.5814.0478.3323.53
Hex6B23D043583Ae4e18
Octal15343150103130721611630
Binary110101110001111010100001110110001110101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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