Html Css Color HEX #644B4A Congo Brown

📋 copy color: '#644B4A'

red 100 ◦ green 75 ◦ blue 74

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

Shades of Congo Brown #644B4A

Tints of Congo Brown #644B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 40.16%
G = 30.12%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#644B4A (or 0x644B4A) is known color: Congo Brown. HEX triplet: 64, 4B and 4A. RGB value is (100,75,74). Sum of RGB (Red+Green+Blue) = 100+75+74=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #644B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B4A is #9BB4B5. Grayscale: #525252. Windows color (decimal): -10204342 or 4868964. OLE color: 4868964.

HSL color Cylindrical-coordinate representation of color #644B4A: hue angle of 2.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #644B4A is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 75 74 -
CMYK 0 0.25 0.26 0.61
HSL 2.31º 0.15% 0.34% -
HSV(B) 2.31º 0.26% 0.39% -
XYZ 9.01 8.24 7.59 -
YUV 82.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 100 75 74 0 0.25 0.26 0.61 2.31 0.15 0.34
Hex 64 4B 4A 0 19 1A 3D 2 F 22
Octal 144 113 112 0 31 32 75 2 17 42
Binary 1100100 1001011 1001010 0 11001 11010 111101 10 1111 100010

Color Harmonies of #644B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644B4A

Black with #644B4A

Text Example


Text Example

White with #644B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644B4A; }

 p { color: rgb(100,75,74); }

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

background-color css

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

 a { background-color: rgb(100,75,74); }

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

border-color css

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

 span { border-color: rgb(100,75,74); }

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