Html Css Color HEX #643E13 Dark Brown

📋 copy color: '#643E13'

red 100 ◦ green 62 ◦ blue 19

#643E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #643E13

Tints of Dark Brown #643E13

RGB

 RED value IS 100 (39.45% from 255) = 55.25%

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 55.25%
G = 34.25%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#643E13 (or 0x643E13) is known color: Dark Brown. HEX triplet: 64, 3E and 13. RGB value is (100,62,19). Sum of RGB (Red+Green+Blue) = 100+62+19=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #643E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643E13 is #9BC1EC. Grayscale: #444444. Windows color (decimal): -10207725 or 1261156. OLE color: 1261156.

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

Color convert

RGB 100 62 19 -
CMYK 0 0.38 0.81 0.61
HSL 31.85º 0.68% 0.23% -
HSV(B) 31.85º 0.81% 0.39% -
XYZ 7.1 6.2 1.44 -
YUV 68.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 100 62 19 0 0.38 0.81 0.61 31.85 0.68 0.23
Hex 64 3E 13 0 26 51 3D 20 44 17
Octal 144 76 23 0 46 121 75 40 104 27
Binary 1100100 111110 10011 0 100110 1010001 111101 100000 1000100 10111

Color Harmonies of #643E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643E13

Black with #643E13

Text Example


Text Example

White with #643E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,62,19); }

 H1.HeaderClassName
 {
   color: #643E13;
 }
 .AnyTagClassName
 {
   color: #643E13;
 }
</style>

background-color css

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

 a { background-color: rgb(100,62,19); }

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

border-color css

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

 span { border-color: rgb(100,62,19); }

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