#683A2B

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

Shades of Hairy Heath #683A2B

Tints of Hairy Heath #683A2B

Color information

#683A2B (or 0x683A2B) is unknown color: approx Hairy Heath. HEX triplet: 68, 3A and 2B. RGB value is (104,58,43). Sum of RGB (Red+Green+Blue) = 104+58+43=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #683A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A2B is #97C5D4. Grayscale: #464646. Windows color (decimal): -9946581 or 2833000. OLE color: 2833000.

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

Color convert

RGB1045843-
CMYK00.440.590.59
HSL14.75º41.5%28.82%-
HSV(B)14.75º58.65%40.78%-
XYZ7.666.143.07-
YUV70.04112.74152.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=50.73%
G=28.29%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104584300.440.590.5914.7541.528.82
Hex683A2B02C3B3Bf291d
Octal15072530547373175135
Binary11010001110101010110101100111011111011111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,58,43); }

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

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

 a { background-color: rgb(104,58,43); }

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

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

 span { border-color: rgb(104,58,43); }

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