#662313

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

Shades of Caput Mortuum #662313

Tints of Caput Mortuum #662313

Color information

#662313 (or 0x662313) is unknown color: approx Caput Mortuum. HEX triplet: 66, 23 and 13. RGB value is (102,35,19). Sum of RGB (Red+Green+Blue) = 102+35+19=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #662313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662313 is #99DCEC. Grayscale: #353535. Windows color (decimal): -10083565 or 1254246. OLE color: 1254246.

HSL color Cylindrical-coordinate representation of color #662313: hue angle of 11.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662313 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1023519-
CMYK00.660.810.6
HSL11.57º68.6%23.73%-
HSV(B)11.57º81.37%40%-
XYZ6.24.071.08-
YUV53.21108.7162.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=65.38%
G=22.44%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102351900.660.810.611.5768.623.73
Hex662313042513Cc4518
Octal14643230102121741410530
Binary1100110100011100110100001010100011111001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662313; }

 p { color: rgb(102,35,19); }

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

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

 a { background-color: rgb(102,35,19); }

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

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

 span { border-color: rgb(102,35,19); }

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