#683A2A

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

Shades of Hairy Heath #683A2A

Tints of Hairy Heath #683A2A

Color information

#683A2A (or 0x683A2A) is unknown color: approx Hairy Heath. HEX triplet: 68, 3A and 2A. RGB value is (104,58,42). Sum of RGB (Red+Green+Blue) = 104+58+42=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A2A is #97C5D5. Grayscale: #464646. Windows color (decimal): -9946582 or 2767464. OLE color: 2767464.

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

Color convert

RGB1045842-
CMYK00.440.600.59
HSL15.48º42.47%28.63%-
HSV(B)15.48º59.62%40.78%-
XYZ7.646.142.97-
YUV69.93112.24152.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=50.98%
G=28.43%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104584200.440.600.5915.4842.4728.63
Hex683A2A02C3C3Bf2a1d
Octal15072520547473175235
Binary11010001110101010100101100111100111011111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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