#693A2C

Color #693A2C Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #693A2C

Tints of Hairy Heath #693A2C

Color information

#693A2C (or 0x693A2C) is unknown color: approx Hairy Heath. HEX triplet: 69, 3A and 2C. RGB value is (105,58,44). Sum of RGB (Red+Green+Blue) = 105+58+44=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A2C is #96C5D3. Grayscale: #464646. Windows color (decimal): -9881044 or 2898537. OLE color: 2898537.

HSL color Cylindrical-coordinate representation of color #693A2C: hue angle of 13.77º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693A2C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1055844-
CMYK00.450.580.59
HSL13.77º40.94%29.22%-
HSV(B)13.77º58.1%41.18%-
XYZ7.796.213.17-
YUV70.46113.07152.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=50.72%
G=28.02%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105584400.450.580.5913.7740.9429.22
Hex693A2C02D3A3Be291d
Octal15172540557273165135
Binary11010011110101011000101101111010111011111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693A2C; }

 p { color: rgb(105,58,44); }

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

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

 a { background-color: rgb(105,58,44); }

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

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

 span { border-color: rgb(105,58,44); }

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