#692512

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

Shades of Caput Mortuum #692512

Tints of Caput Mortuum #692512

Color information

#692512 (or 0x692512) is unknown color: approx Caput Mortuum. HEX triplet: 69, 25 and 12. RGB value is (105,37,18). Sum of RGB (Red+Green+Blue) = 105+37+18=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #692512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692512 is #96DAED. Grayscale: #373737. Windows color (decimal): -9886446 or 1189225. OLE color: 1189225.

HSL color Cylindrical-coordinate representation of color #692512: hue angle of 13.1º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #692512 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1053718-
CMYK00.650.830.59
HSL13.1º70.73%24.12%-
HSV(B)13.1º82.86%41.18%-
XYZ6.64.371.07-
YUV55.17107.03163.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=65.62%
G=23.12%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105371800.650.830.5913.170.7324.12
Hex692512041533Bd4718
Octal15145220101123731510730
Binary1101001100101100100100000110100111110111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692512; }

 p { color: rgb(105,37,18); }

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

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

 a { background-color: rgb(105,37,18); }

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

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

 span { border-color: rgb(105,37,18); }

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