#68372A

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

Shades of Hairy Heath #68372A

Tints of Hairy Heath #68372A

Color information

#68372A (or 0x68372A) is unknown color: approx Hairy Heath. HEX triplet: 68, 37 and 2A. RGB value is (104,55,42). Sum of RGB (Red+Green+Blue) = 104+55+42=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68372A is #97C8D5. Grayscale: #444444. Windows color (decimal): -9947350 or 2766696. OLE color: 2766696.

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

Color convert

RGB1045542-
CMYK00.470.600.59
HSL12.58º42.47%28.63%-
HSV(B)12.58º59.62%40.78%-
XYZ7.495.842.92-
YUV68.17113.23153.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=51.74%
G=27.36%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104554200.470.600.5912.5842.4728.63
Hex68372A02F3C3Bd2a1d
Octal15067520577473155235
Binary11010001101111010100101111111100111011110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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