#634216

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

Shades of Dark Brown #634216

Tints of Dark Brown #634216

Color information

#634216 (or 0x634216) is unknown color: approx Dark Brown. HEX triplet: 63, 42 and 16. RGB value is (99,66,22). Sum of RGB (Red+Green+Blue) = 99+66+22=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #634216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634216 is #9CBDE9. Grayscale: #474747. Windows color (decimal): -10272234 or 1458787. OLE color: 1458787.

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

Color convert

RGB996622-
CMYK00.330.780.61
HSL34.29º63.64%23.73%-
HSV(B)34.29º77.78%38.82%-
XYZ7.246.611.65-
YUV70.85100.43148.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=52.94%
G=35.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99662200.330.780.6134.2963.6423.73
Hex6342160214E3D224018
Octal14310226041116754210030
Binary110001110000101011001000011001110111101100010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634216; }

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

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

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

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

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

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

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

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