#634015

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

Shades of Dark Brown #634015

Tints of Dark Brown #634015

Color information

#634015 (or 0x634015) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 15. RGB value is (99,64,21). Sum of RGB (Red+Green+Blue) = 99+64+21=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #634015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634015 is #9CBFEA. Grayscale: #454545. Windows color (decimal): -10272747 or 1392739. OLE color: 1392739.

HSL color Cylindrical-coordinate representation of color #634015: hue angle of 33.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #634015 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB996421-
CMYK00.350.790.61
HSL33.08º65%23.53%-
HSV(B)33.08º78.79%38.82%-
XYZ7.116.371.56-
YUV69.56100.6149-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=53.80%
G=34.78%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99642100.350.790.6133.086523.53
Hex6340150234F3D214118
Octal14310025043117754110130
Binary110001110000001010101000111001111111101100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634015; }

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

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

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

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

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

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

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

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