#634013

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

Shades of Dark Brown #634013

Tints of Dark Brown #634013

Color information

#634013 (or 0x634013) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 13. RGB value is (99,64,19). Sum of RGB (Red+Green+Blue) = 99+64+19=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #634013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634013 is #9CBFEC. Grayscale: #454545. Windows color (decimal): -10272749 or 1261667. OLE color: 1261667.

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

Color convert

RGB996419-
CMYK00.350.810.61
HSL33.75º67.8%23.14%-
HSV(B)33.75º80.81%38.82%-
XYZ7.16.371.47-
YUV69.3399.6149.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=54.40%
G=35.16%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99641900.350.810.6133.7567.823.14
Hex634013023513D224417
Octal14310023043121754210427
Binary110001110000001001101000111010001111101100010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634013; }

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

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

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

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

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

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

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

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