#68392A

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

Shades of Hairy Heath #68392A

Tints of Hairy Heath #68392A

Color information

#68392A (or 0x68392A) is unknown color: approx Hairy Heath. HEX triplet: 68, 39 and 2A. RGB value is (104,57,42). Sum of RGB (Red+Green+Blue) = 104+57+42=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68392A is #97C6D5. Grayscale: #454545. Windows color (decimal): -9946838 or 2767208. OLE color: 2767208.

HSL color Cylindrical-coordinate representation of color #68392A: hue angle of 14.52º degrees, saturation: 0.42, 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 #68392A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1045742-
CMYK00.450.600.59
HSL14.52º42.47%28.63%-
HSV(B)14.52º59.62%40.78%-
XYZ7.596.042.96-
YUV69.34112.57152.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=51.23%
G=28.08%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104574200.450.600.5914.5242.4728.63
Hex68392A02D3C3Bf2a1d
Octal15071520557473175235
Binary11010001110011010100101101111100111011111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68392A; }

 p { color: rgb(104,57,42); }

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

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

 a { background-color: rgb(104,57,42); }

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

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

 span { border-color: rgb(104,57,42); }

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