#692715

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

Shades of Caput Mortuum #692715

Tints of Caput Mortuum #692715

Color information

#692715 (or 0x692715) is unknown color: approx Caput Mortuum. HEX triplet: 69, 27 and 15. RGB value is (105,39,21). Sum of RGB (Red+Green+Blue) = 105+39+21=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #692715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692715 is #96D8EA. Grayscale: #383838. Windows color (decimal): -9885931 or 1386345. OLE color: 1386345.

HSL color Cylindrical-coordinate representation of color #692715: hue angle of 12.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692715 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1053921-
CMYK00.630.800.59
HSL12.86º66.67%24.71%-
HSV(B)12.86º80%41.18%-
XYZ6.694.511.23-
YUV56.68107.87162.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=63.64%
G=23.64%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105392100.630.800.5912.8666.6724.71
Hex69271503F503Bd4319
Octal1514725077120731510331
Binary110100110011110101011111110100001110111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692715; }

 p { color: rgb(105,39,21); }

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

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

 a { background-color: rgb(105,39,21); }

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

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

 span { border-color: rgb(105,39,21); }

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