#68362B

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

Shades of Hairy Heath #68362B

Tints of Hairy Heath #68362B

Color information

#68362B (or 0x68362B) is unknown color: approx Hairy Heath. HEX triplet: 68, 36 and 2B. RGB value is (104,54,43). Sum of RGB (Red+Green+Blue) = 104+54+43=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362B is #97C9D4. Grayscale: #434343. Windows color (decimal): -9947605 or 2831976. OLE color: 2831976.

HSL color Cylindrical-coordinate representation of color #68362B: hue angle of 10.82º 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 #68362B is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1045443-
CMYK00.480.590.59
HSL10.82º41.5%28.82%-
HSV(B)10.82º58.65%40.78%-
XYZ7.465.763-
YUV67.7114.06153.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=51.74%
G=26.87%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104544300.480.590.5910.8241.528.82
Hex68362B0303B3Bb291d
Octal15066530607373135135
Binary11010001101101010110110000111011111011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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