#651F0C

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

Shades of Caput Mortuum #651F0C

Tints of Caput Mortuum #651F0C

Color information

#651F0C (or 0x651F0C) is unknown color: approx Caput Mortuum. HEX triplet: 65, 1F and 0C. RGB value is (101,31,12). Sum of RGB (Red+Green+Blue) = 101+31+12=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F0C is #9AE0F3. Grayscale: #313131. Windows color (decimal): -10150132 or 794469. OLE color: 794469.

HSL color Cylindrical-coordinate representation of color #651F0C: hue angle of 12.81º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651F0C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1013112-
CMYK00.690.880.60
HSL12.81º78.76%22.16%-
HSV(B)12.81º88.12%39.61%-
XYZ5.923.770.76-
YUV49.76106.69164.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.14%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=70.14%
G=21.53%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101311200.690.880.6012.8178.7622.16
Hex651FC045583Cd4f16
Octal14537140105130741511726
Binary11001011111111000100010110110001111001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F0C; }

 p { color: rgb(101,31,12); }

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

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

 a { background-color: rgb(101,31,12); }

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

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

 span { border-color: rgb(101,31,12); }

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