#643F16

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

Shades of Dark Brown #643F16

Tints of Dark Brown #643F16

Color information

#643F16 (or 0x643F16) is unknown color: approx Dark Brown. HEX triplet: 64, 3F and 16. RGB value is (100,63,22). Sum of RGB (Red+Green+Blue) = 100+63+22=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #643F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F16 is #9BC0E9. Grayscale: #454545. Windows color (decimal): -10207466 or 1458020. OLE color: 1458020.

HSL color Cylindrical-coordinate representation of color #643F16: hue angle of 31.54º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #643F16 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB1006322-
CMYK00.370.780.61
HSL31.54º63.93%23.92%-
HSV(B)31.54º78%39.22%-
XYZ7.186.321.6-
YUV69.39101.26149.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=54.05%
G=34.05%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100632200.370.780.6131.5463.9323.92
Hex643F160254E3D204018
Octal1447726045116754010030
Binary11001001111111011001001011001110111101100000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643F16; }

 p { color: rgb(100,63,22); }

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

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

 a { background-color: rgb(100,63,22); }

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

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

 span { border-color: rgb(100,63,22); }

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