#692517

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

Shades of Caput Mortuum #692517

Tints of Caput Mortuum #692517

Color information

#692517 (or 0x692517) is unknown color: approx Caput Mortuum. HEX triplet: 69, 25 and 17. RGB value is (105,37,23). Sum of RGB (Red+Green+Blue) = 105+37+23=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #692517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692517 is #96DAE8. Grayscale: #373737. Windows color (decimal): -9886441 or 1516905. OLE color: 1516905.

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

Color convert

RGB1053723-
CMYK00.650.780.59
HSL10.24º64.06%25.1%-
HSV(B)10.24º78.1%41.18%-
XYZ6.644.391.31-
YUV55.74109.53163.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=63.64%
G=22.42%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105372300.650.780.5910.2464.0625.1
Hex6925170414E3Ba4019
Octal15145270101116731210031
Binary1101001100101101110100000110011101110111010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692517; }

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

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

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

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

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

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

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

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