#634220

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

Shades of Dark Brown #634220

Tints of Dark Brown #634220

Color information

#634220 (or 0x634220) is unknown color: approx Dark Brown. HEX triplet: 63, 42 and 20. RGB value is (99,66,32). Sum of RGB (Red+Green+Blue) = 99+66+32=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634220 is #9CBDDF. Grayscale: #484848. Windows color (decimal): -10272224 or 2114147. OLE color: 2114147.

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

Color convert

RGB996632-
CMYK00.330.680.61
HSL30.45º51.15%25.69%-
HSV(B)30.45º67.68%38.82%-
XYZ7.356.652.26-
YUV71.99105.43147.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=50.25%
G=33.50%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99663200.330.680.6130.4551.1525.69
Hex634220021443D1e331a
Octal1431024004110475366332
Binary11000111000010100000010000110001001111011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634220; }

 p { color: rgb(99,66,32); }

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

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

 a { background-color: rgb(99,66,32); }

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

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

 span { border-color: rgb(99,66,32); }

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