Html Css Color HEX #643F13 Dark Brown

📋 copy color: '#643F13'

red 100 ◦ green 63 ◦ blue 19

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

Shades of Dark Brown #643F13

Tints of Dark Brown #643F13

RGB

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

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

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

R = 54.95%
G = 34.62%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#643F13 (or 0x643F13) is known color: Dark Brown. HEX triplet: 64, 3F and 13. RGB value is (100,63,19). Sum of RGB (Red+Green+Blue) = 100+63+19=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #643F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F13 is #9BC0EC. Grayscale: #454545. Windows color (decimal): -10207469 or 1261412. OLE color: 1261412.

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

Color convert

RGB 100 63 19 -
CMYK 0 0.37 0.81 0.61
HSL 32.59º 0.68% 0.23% -
HSV(B) 32.59º 0.81% 0.39% -
XYZ 7.15 6.31 1.46 -
YUV 69.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 100 63 19 0 0.37 0.81 0.61 32.59 0.68 0.23
Hex 64 3F 13 0 25 51 3D 21 44 17
Octal 144 77 23 0 45 121 75 41 104 27
Binary 1100100 111111 10011 0 100101 1010001 111101 100001 1000100 10111

Color Harmonies of #643F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F13

Black with #643F13

Text Example


Text Example

White with #643F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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