#683220

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

Shades of Hairy Heath #683220

Tints of Hairy Heath #683220

Color information

#683220 (or 0x683220) is unknown color: approx Hairy Heath. HEX triplet: 68, 32 and 20. RGB value is (104,50,32). Sum of RGB (Red+Green+Blue) = 104+50+32=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #683220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683220 is #97CDDF. Grayscale: #404040. Windows color (decimal): -9948640 or 2110056. OLE color: 2110056.

HSL color Cylindrical-coordinate representation of color #683220: hue angle of 15º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683220 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1045032-
CMYK00.520.690.59
HSL15º52.94%26.67%-
HSV(B)15º69.23%40.78%-
XYZ7.115.332.02-
YUV64.09109.89156.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=55.91%
G=26.88%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104503200.520.690.591552.9426.67
Hex683220034453Bf351b
Octal150624006410573176533
Binary110100011001010000001101001000101111011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683220; }

 p { color: rgb(104,50,32); }

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

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

 a { background-color: rgb(104,50,32); }

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

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

 span { border-color: rgb(104,50,32); }

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