#643D15

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

Shades of Dark Brown #643D15

Tints of Dark Brown #643D15

Color information

#643D15 (or 0x643D15) is unknown color: approx Dark Brown. HEX triplet: 64, 3D and 15. RGB value is (100,61,21). Sum of RGB (Red+Green+Blue) = 100+61+21=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #643D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643D15 is #9BC2EA. Grayscale: #444444. Windows color (decimal): -10207979 or 1391972. OLE color: 1391972.

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

Color convert

RGB1006121-
CMYK00.390.790.61
HSL30.38º65.29%23.73%-
HSV(B)30.38º79%39.22%-
XYZ7.066.11.51-
YUV68.1101.42150.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=54.95%
G=33.52%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100612100.390.790.6130.3865.2923.73
Hex643D150274F3D1e4118
Octal1447525047117753610130
Binary1100100111101101010100111100111111110111110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,61,21); }

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

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

 a { background-color: rgb(100,61,21); }

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

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

 span { border-color: rgb(100,61,21); }

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