#633D13

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

Shades of Dark Brown #633D13

Tints of Dark Brown #633D13

Color information

#633D13 (or 0x633D13) is unknown color: approx Dark Brown. HEX triplet: 63, 3D and 13. RGB value is (99,61,19). Sum of RGB (Red+Green+Blue) = 99+61+19=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #633D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D13 is #9CC2EC. Grayscale: #434343. Windows color (decimal): -10273517 or 1260899. OLE color: 1260899.

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

Color convert

RGB996119-
CMYK00.380.810.61
HSL31.5º67.8%23.14%-
HSV(B)31.5º80.81%38.82%-
XYZ6.936.041.42-
YUV67.57100.59150.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=55.31%
G=34.08%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99611900.380.810.6131.567.823.14
Hex633D13026513D204417
Octal1437523046121754010427
Binary11000111111011001101001101010001111101100000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D13; }

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

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

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

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

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

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

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

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