#634316

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

Shades of Dark Brown #634316

Tints of Dark Brown #634316

Color information

#634316 (or 0x634316) is unknown color: approx Dark Brown. HEX triplet: 63, 43 and 16. RGB value is (99,67,22). Sum of RGB (Red+Green+Blue) = 99+67+22=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #634316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634316 is #9CBCE9. Grayscale: #474747. Windows color (decimal): -10271978 or 1459043. OLE color: 1459043.

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

Color convert

RGB996722-
CMYK00.320.780.61
HSL35.06º63.64%23.73%-
HSV(B)35.06º77.78%38.82%-
XYZ7.36.721.67-
YUV71.44100.1147.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=52.66%
G=35.64%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99672200.320.780.6135.0663.6423.73
Hex6343160204E3D234018
Octal14310326040116754310030
Binary110001110000111011001000001001110111101100011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634316; }

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

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

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

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

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

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

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

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