#683221

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

Shades of Hairy Heath #683221

Tints of Hairy Heath #683221

Color information

#683221 (or 0x683221) is unknown color: approx Hairy Heath. HEX triplet: 68, 32 and 21. RGB value is (104,50,33). Sum of RGB (Red+Green+Blue) = 104+50+33=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #683221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683221 is #97CDDE. Grayscale: #404040. Windows color (decimal): -9948639 or 2175592. OLE color: 2175592.

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

Color convert

RGB1045033-
CMYK00.520.680.59
HSL14.37º51.82%26.86%-
HSV(B)14.37º68.27%40.78%-
XYZ7.125.332.09-
YUV64.21110.39156.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=55.61%
G=26.74%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104503300.520.680.5914.3751.8226.86
Hex683221034443Be341b
Octal150624106410473166433
Binary110100011001010000101101001000100111011111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683221; }

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

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

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

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

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

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

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

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