#692617

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

Shades of Caput Mortuum #692617

Tints of Caput Mortuum #692617

Color information

#692617 (or 0x692617) is unknown color: approx Caput Mortuum. HEX triplet: 69, 26 and 17. RGB value is (105,38,23). Sum of RGB (Red+Green+Blue) = 105+38+23=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #692617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692617 is #96D9E8. Grayscale: #383838. Windows color (decimal): -9886185 or 1517161. OLE color: 1517161.

HSL color Cylindrical-coordinate representation of color #692617: hue angle of 10.98º 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 #692617 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1053823-
CMYK00.640.780.59
HSL10.98º64.06%25.1%-
HSV(B)10.98º78.1%41.18%-
XYZ6.674.451.32-
YUV56.32109.2162.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=63.25%
G=22.89%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105382300.640.780.5910.9864.0625.1
Hex6926170404E3Bb4019
Octal15146270100116731310031
Binary1101001100110101110100000010011101110111011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692617; }

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

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

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

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

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

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

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

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