#683C2C

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

Shades of Hairy Heath #683C2C

Tints of Hairy Heath #683C2C

Color information

#683C2C (or 0x683C2C) is unknown color: approx Hairy Heath. HEX triplet: 68, 3C and 2C. RGB value is (104,60,44). Sum of RGB (Red+Green+Blue) = 104+60+44=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C2C is #97C3D3. Grayscale: #474747. Windows color (decimal): -9946068 or 2899048. OLE color: 2899048.

HSL color Cylindrical-coordinate representation of color #683C2C: hue angle of 16º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683C2C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1046044-
CMYK00.420.580.59
HSL16º40.54%29.02%-
HSV(B)16º57.69%40.78%-
XYZ7.786.363.2-
YUV71.33112.58151.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=50%
G=28.85%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104604400.420.580.591640.5429.02
Hex683C2C02A3A3B10291d
Octal15074540527273205135
Binary110100011110010110001010101110101110111000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683C2C; }

 p { color: rgb(104,60,44); }

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

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

 a { background-color: rgb(104,60,44); }

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

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

 span { border-color: rgb(104,60,44); }

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