#68392B

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

Shades of Hairy Heath #68392B

Tints of Hairy Heath #68392B

Color information

#68392B (or 0x68392B) is unknown color: approx Hairy Heath. HEX triplet: 68, 39 and 2B. RGB value is (104,57,43). Sum of RGB (Red+Green+Blue) = 104+57+43=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68392B is #97C6D4. Grayscale: #454545. Windows color (decimal): -9946837 or 2832744. OLE color: 2832744.

HSL color Cylindrical-coordinate representation of color #68392B: 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.59%. Process color model (Four color, CMYK) of #68392B is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1045743-
CMYK00.450.590.59
HSL13.77º41.5%28.82%-
HSV(B)13.77º58.65%40.78%-
XYZ7.616.043.05-
YUV69.46113.07152.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=50.98%
G=27.94%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104574300.450.590.5913.7741.528.82
Hex68392B02D3B3Be291d
Octal15071530557373165135
Binary11010001110011010110101101111011111011111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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