#68352A

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

Shades of Hairy Heath #68352A

Tints of Hairy Heath #68352A

Color information

#68352A (or 0x68352A) is unknown color: approx Hairy Heath. HEX triplet: 68, 35 and 2A. RGB value is (104,53,42). Sum of RGB (Red+Green+Blue) = 104+53+42=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68352A is #97CAD5. Grayscale: #434343. Windows color (decimal): -9947862 or 2766184. OLE color: 2766184.

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

Color convert

RGB1045342-
CMYK00.490.600.59
HSL10.65º42.47%28.63%-
HSV(B)10.65º59.62%40.78%-
XYZ7.45.662.89-
YUV66.99113.9154.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=52.26%
G=26.63%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104534200.490.600.5910.6542.4728.63
Hex68352A0313C3Bb2a1d
Octal15065520617473135235
Binary11010001101011010100110001111100111011101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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