#66230E

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

Shades of Caput Mortuum #66230E

Tints of Caput Mortuum #66230E

Color information

#66230E (or 0x66230E) is unknown color: approx Caput Mortuum. HEX triplet: 66, 23 and 0E. RGB value is (102,35,14). Sum of RGB (Red+Green+Blue) = 102+35+14=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66230E is #99DCF1. Grayscale: #343434. Windows color (decimal): -10083570 or 926566. OLE color: 926566.

HSL color Cylindrical-coordinate representation of color #66230E: hue angle of 14.32º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66230E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1023514-
CMYK00.660.860.6
HSL14.32º75.86%22.75%-
HSV(B)14.32º86.27%40%-
XYZ6.164.060.87-
YUV52.64106.2163.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=67.55%
G=23.18%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102351400.660.860.614.3275.8622.75
Hex6623E042563Ce4c17
Octal14643160102126741611427
Binary110011010001111100100001010101101111001110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66230E; }

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

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

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

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

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

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

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

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