#633D14

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

Shades of Dark Brown #633D14

Tints of Dark Brown #633D14

Color information

#633D14 (or 0x633D14) is unknown color: approx Dark Brown. HEX triplet: 63, 3D and 14. RGB value is (99,61,20). Sum of RGB (Red+Green+Blue) = 99+61+20=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #633D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D14 is #9CC2EB. Grayscale: #434343. Windows color (decimal): -10273516 or 1326435. OLE color: 1326435.

HSL color Cylindrical-coordinate representation of color #633D14: hue angle of 31.14º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #633D14 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB996120-
CMYK00.380.800.61
HSL31.14º66.39%23.33%-
HSV(B)31.14º79.8%38.82%-
XYZ6.946.041.46-
YUV67.69101.09150.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=55%
G=33.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99612000.380.800.6131.1466.3923.33
Hex633D14026503D1f4217
Octal1437524046120753710227
Binary1100011111101101000100110101000011110111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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