#634528

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

Shades of Dark Brown #634528

Tints of Dark Brown #634528

Color information

#634528 (or 0x634528) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 28. RGB value is (99,69,40). Sum of RGB (Red+Green+Blue) = 99+69+40=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634528 is #9CBAD7. Grayscale: #4A4A4A. Windows color (decimal): -10271448 or 2639203. OLE color: 2639203.

HSL color Cylindrical-coordinate representation of color #634528: hue angle of 29.49º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634528 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB996940-
CMYK00.300.600.61
HSL29.49º42.45%27.25%-
HSV(B)29.49º59.6%38.82%-
XYZ7.667.062.97-
YUV74.66108.44145.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=47.60%
G=33.17%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99694000.300.600.6129.4942.4527.25
Hex63452801E3C3D1d2a1b
Octal143105500367475355233
Binary110001110001011010000111101111001111011110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634528; }

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

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

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

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

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

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

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

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