#634020

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

Shades of Dark Brown #634020

Tints of Dark Brown #634020

Color information

#634020 (or 0x634020) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 20. RGB value is (99,64,32). Sum of RGB (Red+Green+Blue) = 99+64+32=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634020 is #9CBFDF. Grayscale: #464646. Windows color (decimal): -10272736 or 2113635. OLE color: 2113635.

HSL color Cylindrical-coordinate representation of color #634020: hue angle of 28.66º 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 #634020 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB996432-
CMYK00.350.680.61
HSL28.66º51.15%25.69%-
HSV(B)28.66º67.68%38.82%-
XYZ7.246.422.22-
YUV70.82106.1148.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=50.77%
G=32.82%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99643200.350.680.6128.6651.1525.69
Hex634020023443D1d331a
Octal1431004004310475356332
Binary11000111000000100000010001110001001111011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634020; }

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

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

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

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

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

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

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

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