#66251A

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

Shades of Caput Mortuum #66251A

Tints of Caput Mortuum #66251A

Color information

#66251A (or 0x66251A) is unknown color: approx Caput Mortuum. HEX triplet: 66, 25 and 1A. RGB value is (102,37,26). Sum of RGB (Red+Green+Blue) = 102+37+26=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66251A is #99DAE5. Grayscale: #373737. Windows color (decimal): -10083046 or 1713510. OLE color: 1713510.

HSL color Cylindrical-coordinate representation of color #66251A: hue angle of 8.68º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66251A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1023726-
CMYK00.640.750.6
HSL8.68º59.38%25.1%-
HSV(B)8.68º74.51%40%-
XYZ6.334.221.46-
YUV55.18111.53161.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=61.82%
G=22.42%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102372600.640.750.68.6859.3825.1
Hex66251A0404B3C93b19
Octal1464532010011374117331
Binary110011010010111010010000001001011111100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66251A; }

 p { color: rgb(102,37,26); }

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

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

 a { background-color: rgb(102,37,26); }

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

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

 span { border-color: rgb(102,37,26); }

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