#634522

Color #634522 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #634522

Tints of Dark Brown #634522

Color information

#634522 (or 0x634522) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 22. RGB value is (99,69,34). Sum of RGB (Red+Green+Blue) = 99+69+34=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #634522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634522 is #9CBADD. Grayscale: #4A4A4A. Windows color (decimal): -10271454 or 2245987. OLE color: 2245987.

HSL color Cylindrical-coordinate representation of color #634522: hue angle of 32.31º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634522 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB996934-
CMYK00.300.660.61
HSL32.31º48.87%26.08%-
HSV(B)32.31º65.66%38.82%-
XYZ7.567.022.47-
YUV73.98105.44145.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=49.01%
G=34.16%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99693400.300.660.6132.3148.8726.08
Hex63452201E423D20311a
Octal1431054203610275406132
Binary11000111000101100010011110100001011110110000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634522; }

 p { color: rgb(99,69,34); }

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

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

 a { background-color: rgb(99,69,34); }

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

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

 span { border-color: rgb(99,69,34); }

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