#634313

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

Shades of Dark Brown #634313

Tints of Dark Brown #634313

Color information

#634313 (or 0x634313) is unknown color: approx Dark Brown. HEX triplet: 63, 43 and 13. RGB value is (99,67,19). Sum of RGB (Red+Green+Blue) = 99+67+19=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #634313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634313 is #9CBCEC. Grayscale: #474747. Windows color (decimal): -10271981 or 1262435. OLE color: 1262435.

HSL color Cylindrical-coordinate representation of color #634313: hue angle of 36º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #634313 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB996719-
CMYK00.320.810.61
HSL36º67.8%23.14%-
HSV(B)36º80.81%38.82%-
XYZ7.276.711.53-
YUV71.198.6147.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=53.51%
G=36.22%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99671900.320.810.613667.823.14
Hex634313020513D244417
Octal14310323040121754410427
Binary110001110000111001101000001010001111101100100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634313; }

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

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

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

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

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

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

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

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