#693A2A

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

Shades of Hairy Heath #693A2A

Tints of Hairy Heath #693A2A

Color information

#693A2A (or 0x693A2A) is unknown color: approx Hairy Heath. HEX triplet: 69, 3A and 2A. RGB value is (105,58,42). Sum of RGB (Red+Green+Blue) = 105+58+42=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #693A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A2A is #96C5D5. Grayscale: #464646. Windows color (decimal): -9881046 or 2767465. OLE color: 2767465.

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

Color convert

RGB1055842-
CMYK00.450.60.59
HSL15.24º42.86%28.82%-
HSV(B)15.24º60%41.18%-
XYZ7.766.22.98-
YUV70.23112.07152.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=51.22%
G=28.29%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105584200.450.60.5915.2442.8628.82
Hex693A2A02D3C3Bf2b1d
Octal15172520557473175335
Binary11010011110101010100101101111100111011111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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