Html Css Color HEX #644130 Very Dark Brown

📋 copy color: '#644130'

red 100 ◦ green 65 ◦ blue 48

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

Shades of Very Dark Brown #644130

Tints of Very Dark Brown #644130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 46.95%
G = 30.52%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#644130 (or 0x644130) is known color: Very Dark Brown. HEX triplet: 64, 41 and 30. RGB value is (100,65,48). Sum of RGB (Red+Green+Blue) = 100+65+48=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #644130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644130 is #9BBECF. Grayscale: #494949. Windows color (decimal): -10206928 or 3162468. OLE color: 3162468.

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

Color convert

RGB 100 65 48 -
CMYK 0 0.35 0.52 0.61
HSL 19.62º 0.35% 0.29% -
HSV(B) 19.62º 0.52% 0.39% -
XYZ 7.68 6.7 3.69 -
YUV 73.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 100 65 48 0 0.35 0.52 0.61 19.62 0.35 0.29
Hex 64 41 30 0 23 34 3D 14 23 1D
Octal 144 101 60 0 43 64 75 24 43 35
Binary 1100100 1000001 110000 0 100011 110100 111101 10100 100011 11101

Color Harmonies of #644130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644130

Black with #644130

Text Example


Text Example

White with #644130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644130; }

 p { color: rgb(100,65,48); }

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

background-color css

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

 a { background-color: rgb(100,65,48); }

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

border-color css

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

 span { border-color: rgb(100,65,48); }

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