#633E14

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

Shades of Dark Brown #633E14

Tints of Dark Brown #633E14

Color information

#633E14 (or 0x633E14) is unknown color: approx Dark Brown. HEX triplet: 63, 3E and 14. RGB value is (99,62,20). Sum of RGB (Red+Green+Blue) = 99+62+20=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #633E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633E14 is #9CC1EB. Grayscale: #444444. Windows color (decimal): -10273260 or 1326691. OLE color: 1326691.

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

Color convert

RGB996220-
CMYK00.370.800.61
HSL31.9º66.39%23.33%-
HSV(B)31.9º79.8%38.82%-
XYZ6.996.151.48-
YUV68.28100.76149.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=54.70%
G=34.25%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99622000.370.800.6131.966.3923.33
Hex633E14025503D204217
Octal1437624045120754010227
Binary11000111111101010001001011010000111101100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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