#634116

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

Shades of Dark Brown #634116

Tints of Dark Brown #634116

Color information

#634116 (or 0x634116) is unknown color: approx Dark Brown. HEX triplet: 63, 41 and 16. RGB value is (99,65,22). Sum of RGB (Red+Green+Blue) = 99+65+22=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #634116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634116 is #9CBEE9. Grayscale: #464646. Windows color (decimal): -10272490 or 1458531. OLE color: 1458531.

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

Color convert

RGB996522-
CMYK00.340.780.61
HSL33.51º63.64%23.73%-
HSV(B)33.51º77.78%38.82%-
XYZ7.186.491.63-
YUV70.26100.76148.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=53.23%
G=34.95%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99652200.340.780.6133.5163.6423.73
Hex6341160224E3D224018
Octal14310126042116754210030
Binary110001110000011011001000101001110111101100010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634116; }

 p { color: rgb(99,65,22); }

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

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

 a { background-color: rgb(99,65,22); }

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

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

 span { border-color: rgb(99,65,22); }

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