Html Css Color HEX #64402F Very Dark Brown

📋 copy color: '#64402F'

red 100 ◦ green 64 ◦ blue 47

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

Shades of Very Dark Brown #64402F

Tints of Very Dark Brown #64402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 47.39%
G = 30.33%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64402F (or 0x64402F) is known color: Very Dark Brown. HEX triplet: 64, 40 and 2F. RGB value is (100,64,47). Sum of RGB (Red+Green+Blue) = 100+64+47=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64402F is #9BBFD0. Grayscale: #484848. Windows color (decimal): -10207185 or 3096676. OLE color: 3096676.

HSL color Cylindrical-coordinate representation of color #64402F: hue angle of 19.25º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64402F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 47 -
CMYK 0 0.36 0.53 0.61
HSL 19.25º 0.36% 0.29% -
HSV(B) 19.25º 0.53% 0.39% -
XYZ 7.6 6.58 3.56 -
YUV 72.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 100 64 47 0 0.36 0.53 0.61 19.25 0.36 0.29
Hex 64 40 2F 0 24 35 3D 13 24 1D
Octal 144 100 57 0 44 65 75 23 44 35
Binary 1100100 1000000 101111 0 100100 110101 111101 10011 100100 11101

Color Harmonies of #64402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64402F

Black with #64402F

Text Example


Text Example

White with #64402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64402F; }

 p { color: rgb(100,64,47); }

 H1.HeaderClassName
 {
   color: #64402F;
 }
 .AnyTagClassName
 {
   color: #64402F;
 }
</style>

background-color css

<style>
 a { background-color: #64402F; }

 a { background-color: rgb(100,64,47); }

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

border-color css

<style>
 span { border-color: #64402F; }

 span { border-color: rgb(100,64,47); }

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