#634525

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

Shades of Dark Brown #634525

Tints of Dark Brown #634525

Color information

#634525 (or 0x634525) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 25. RGB value is (99,69,37). Sum of RGB (Red+Green+Blue) = 99+69+37=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #634525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634525 is #9CBADA. Grayscale: #4A4A4A. Windows color (decimal): -10271451 or 2442595. OLE color: 2442595.

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

Color convert

RGB996937-
CMYK00.300.630.61
HSL30.97º45.59%26.67%-
HSV(B)30.97º62.63%38.82%-
XYZ7.617.042.71-
YUV74.32106.94145.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=48.29%
G=33.66%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99693700.300.630.6130.9745.5926.67
Hex63452501E3F3D1f2e1b
Octal143105450367775375633
Binary110001110001011001010111101111111111011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634525; }

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

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

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

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

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

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

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

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