#68342A

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

Shades of Hairy Heath #68342A

Tints of Hairy Heath #68342A

Color information

#68342A (or 0x68342A) is unknown color: approx Hairy Heath. HEX triplet: 68, 34 and 2A. RGB value is (104,52,42). Sum of RGB (Red+Green+Blue) = 104+52+42=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68342A is #97CBD5. Grayscale: #424242. Windows color (decimal): -9948118 or 2765928. OLE color: 2765928.

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

Color convert

RGB1045242-
CMYK00.500.600.59
HSL9.68º42.47%28.63%-
HSV(B)9.68º59.62%40.78%-
XYZ7.355.572.88-
YUV66.41114.23154.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=52.53%
G=26.26%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104524200.500.600.599.6842.4728.63
Hex68342A0323C3Ba2a1d
Octal15064520627473125235
Binary11010001101001010100110010111100111011101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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