#634215

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

Shades of Dark Brown #634215

Tints of Dark Brown #634215

Color information

#634215 (or 0x634215) is unknown color: approx Dark Brown. HEX triplet: 63, 42 and 15. RGB value is (99,66,21). Sum of RGB (Red+Green+Blue) = 99+66+21=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #634215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634215 is #9CBDEA. Grayscale: #464646. Windows color (decimal): -10272235 or 1393251. OLE color: 1393251.

HSL color Cylindrical-coordinate representation of color #634215: hue angle of 34.62º 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 #634215 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB996621-
CMYK00.330.790.61
HSL34.62º65%23.53%-
HSV(B)34.62º78.79%38.82%-
XYZ7.236.61.6-
YUV70.7499.93148.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=53.23%
G=35.48%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99662100.330.790.6134.626523.53
Hex6342150214F3D234118
Octal14310225041117754310130
Binary110001110000101010101000011001111111101100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634215; }

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

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

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

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

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

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

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

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