Html Css Color HEX #64443A Very Dark Brown

📋 copy color: '#64443A'

red 100 ◦ green 68 ◦ blue 58

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

Shades of Very Dark Brown #64443A

Tints of Very Dark Brown #64443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 44.25%
G = 30.09%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64443A (or 0x64443A) is known color: Very Dark Brown. HEX triplet: 64, 44 and 3A. RGB value is (100,68,58). Sum of RGB (Red+Green+Blue) = 100+68+58=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64443A is #9BBBC5. Grayscale: #4C4C4C. Windows color (decimal): -10206150 or 3818596. OLE color: 3818596.

HSL color Cylindrical-coordinate representation of color #64443A: hue angle of 14.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64443A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 68 58 -
CMYK 0 0.32 0.42 0.61
HSL 14.29º 0.27% 0.31% -
HSV(B) 14.29º 0.42% 0.39% -
XYZ 8.09 7.15 4.96 -
YUV 76.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 100 68 58 0 0.32 0.42 0.61 14.29 0.27 0.31
Hex 64 44 3A 0 20 2A 3D E 1B 1F
Octal 144 104 72 0 40 52 75 16 33 37
Binary 1100100 1000100 111010 0 100000 101010 111101 1110 11011 11111

Color Harmonies of #64443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64443A

Black with #64443A

Text Example


Text Example

White with #64443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64443A; }

 p { color: rgb(100,68,58); }

 H1.HeaderClassName
 {
   color: #64443A;
 }
 .AnyTagClassName
 {
   color: #64443A;
 }
</style>

background-color css

<style>
 a { background-color: #64443A; }

 a { background-color: rgb(100,68,58); }

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

border-color css

<style>
 span { border-color: #64443A; }

 span { border-color: rgb(100,68,58); }

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