#692519

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

Shades of Caput Mortuum #692519

Tints of Caput Mortuum #692519

Color information

#692519 (or 0x692519) is unknown color: approx Caput Mortuum. HEX triplet: 69, 25 and 19. RGB value is (105,37,25). Sum of RGB (Red+Green+Blue) = 105+37+25=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #692519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692519 is #96DAE6. Grayscale: #383838. Windows color (decimal): -9886439 or 1647977. OLE color: 1647977.

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

Color convert

RGB1053725-
CMYK00.650.760.59
HSL61.54%25.49%-
HSV(B)76.19%41.18%-
XYZ6.664.41.42-
YUV55.96110.53162.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=62.87%
G=22.16%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105372500.650.760.59961.5425.49
Hex6925190414C3B93e19
Octal1514531010111473117631
Binary110100110010111001010000011001100111011100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692519; }

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

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

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

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

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

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

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

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