#634526

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

Shades of Dark Brown #634526

Tints of Dark Brown #634526

Color information

#634526 (or 0x634526) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 26. RGB value is (99,69,38). Sum of RGB (Red+Green+Blue) = 99+69+38=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #634526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634526 is #9CBAD9. Grayscale: #4A4A4A. Windows color (decimal): -10271450 or 2508131. OLE color: 2508131.

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

Color convert

RGB996938-
CMYK00.300.620.61
HSL30.49º44.53%26.86%-
HSV(B)30.49º61.62%38.82%-
XYZ7.627.052.79-
YUV74.44107.44145.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=48.06%
G=33.50%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99693800.300.620.6130.4944.5326.86
Hex63452601E3E3D1e2d1b
Octal143105460367675365533
Binary110001110001011001100111101111101111011111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634526; }

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

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

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

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

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

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

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

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