#651F0B

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

Shades of Caput Mortuum #651F0B

Tints of Caput Mortuum #651F0B

Color information

#651F0B (or 0x651F0B) is unknown color: approx Caput Mortuum. HEX triplet: 65, 1F and 0B. RGB value is (101,31,11). Sum of RGB (Red+Green+Blue) = 101+31+11=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #651F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F0B is #9AE0F4. Grayscale: #313131. Windows color (decimal): -10150133 or 728933. OLE color: 728933.

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

Color convert

RGB1013111-
CMYK00.690.890.60
HSL13.33º80.36%21.96%-
HSV(B)13.33º89.11%39.61%-
XYZ5.923.770.73-
YUV49.65106.19164.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=70.63%
G=21.68%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101311100.690.890.6013.3380.3621.96
Hex651FB045593Cd5016
Octal14537130105131741512026
Binary11001011111110110100010110110011111001101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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