Html Css Color HEX #645550 Congo Brown

📋 copy color: '#645550'

red 100 ◦ green 85 ◦ blue 80

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

Shades of Congo Brown #645550

Tints of Congo Brown #645550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 37.74%
G = 32.08%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#645550 (or 0x645550) is known color: Congo Brown. HEX triplet: 64, 55 and 50. RGB value is (100,85,80). Sum of RGB (Red+Green+Blue) = 100+85+80=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #645550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645550 is #9BAAAF. Grayscale: #585858. Windows color (decimal): -10201776 or 5264740. OLE color: 5264740.

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

Color convert

RGB 100 85 80 -
CMYK 0 0.15 0.2 0.61
HSL 15º 0.11% 0.35% -
HSV(B) 15º 0.2% 0.39% -
XYZ 9.95 9.79 8.95 -
YUV 88.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 100 85 80 0 0.15 0.2 0.61 15 0.11 0.35
Hex 64 55 50 0 F 14 3D F B 23
Octal 144 125 120 0 17 24 75 17 13 43
Binary 1100100 1010101 1010000 0 1111 10100 111101 1111 1011 100011

Color Harmonies of #645550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645550

Black with #645550

Text Example


Text Example

White with #645550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645550; }

 p { color: rgb(100,85,80); }

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

background-color css

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

 a { background-color: rgb(100,85,80); }

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

border-color css

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

 span { border-color: rgb(100,85,80); }

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