#634524

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

Shades of Dark Brown #634524

Tints of Dark Brown #634524

Color information

#634524 (or 0x634524) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 24. RGB value is (99,69,36). Sum of RGB (Red+Green+Blue) = 99+69+36=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #634524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634524 is #9CBADB. Grayscale: #4A4A4A. Windows color (decimal): -10271452 or 2377059. OLE color: 2377059.

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

Color convert

RGB996936-
CMYK00.300.640.61
HSL31.43º46.67%26.47%-
HSV(B)31.43º63.64%38.82%-
XYZ7.597.042.63-
YUV74.21106.44145.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=48.53%
G=33.82%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99693600.300.640.6131.4346.6726.47
Hex63452401E403D1f2f1a
Octal1431054403610075375732
Binary1100011100010110010001111010000001111011111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634524; }

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

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

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

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

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

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

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

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