Html Css Color HEX #643F10 Dark Brown

📋 copy color: '#643F10'

red 100 ◦ green 63 ◦ blue 16

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

Shades of Dark Brown #643F10

Tints of Dark Brown #643F10

RGB

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

 GREEN value IS 63 (25% from 255) = 35.2%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 55.87%
G = 35.2%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#643F10 (or 0x643F10) is known color: Dark Brown. HEX triplet: 64, 3F and 10. RGB value is (100,63,16). Sum of RGB (Red+Green+Blue) = 100+63+16=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #643F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F10 is #9BC0EF. Grayscale: #444444. Windows color (decimal): -10207472 or 1064804. OLE color: 1064804.

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

Color convert

RGB 100 63 16 -
CMYK 0 0.37 0.84 0.61
HSL 33.57º 0.72% 0.23% -
HSV(B) 33.57º 0.84% 0.39% -
XYZ 7.13 6.3 1.33 -
YUV 68.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 100 63 16 0 0.37 0.84 0.61 33.57 0.72 0.23
Hex 64 3F 10 0 25 54 3D 22 48 17
Octal 144 77 20 0 45 124 75 42 110 27
Binary 1100100 111111 10000 0 100101 1010100 111101 100010 1001000 10111

Color Harmonies of #643F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F10

Black with #643F10

Text Example


Text Example

White with #643F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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