#68392D

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

Shades of Hairy Heath #68392D

Tints of Hairy Heath #68392D

Color information

#68392D (or 0x68392D) is unknown color: approx Hairy Heath. HEX triplet: 68, 39 and 2D. RGB value is (104,57,45). Sum of RGB (Red+Green+Blue) = 104+57+45=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68392D is #97C6D2. Grayscale: #454545. Windows color (decimal): -9946835 or 2963816. OLE color: 2963816.

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

Color convert

RGB1045745-
CMYK00.450.570.59
HSL12.2º39.6%29.22%-
HSV(B)12.2º56.73%40.78%-
XYZ7.656.063.25-
YUV69.68114.07152.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=50.49%
G=27.67%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104574500.450.570.5912.239.629.22
Hex68392D02D393Bc281d
Octal15071550557173145035
Binary11010001110011011010101101111001111011110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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