#672410

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

Shades of Caput Mortuum #672410

Tints of Caput Mortuum #672410

Color information

#672410 (or 0x672410) is unknown color: approx Caput Mortuum. HEX triplet: 67, 24 and 10. RGB value is (103,36,16). Sum of RGB (Red+Green+Blue) = 103+36+16=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #672410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672410 is #98DBEF. Grayscale: #353535. Windows color (decimal): -10017776 or 1057895. OLE color: 1057895.

HSL color Cylindrical-coordinate representation of color #672410: hue angle of 13.79º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #672410 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1033616-
CMYK00.650.840.60
HSL13.79º73.11%23.33%-
HSV(B)13.79º84.47%40.39%-
XYZ6.324.180.96-
YUV53.75106.7163.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=66.45%
G=23.23%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103361600.650.840.6013.7973.1123.33
Hex672410041543Ce4917
Octal14744200101124741611127
Binary1100111100100100000100000110101001111001110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672410; }

 p { color: rgb(103,36,16); }

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

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

 a { background-color: rgb(103,36,16); }

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

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

 span { border-color: rgb(103,36,16); }

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