Html Css Color HEX #645250 Congo Brown

📋 copy color: '#645250'

red 100 ◦ green 82 ◦ blue 80

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

Shades of Congo Brown #645250

Tints of Congo Brown #645250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 38.17%
G = 31.3%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#645250 (or 0x645250) is known color: Congo Brown. HEX triplet: 64, 52 and 50. RGB value is (100,82,80). Sum of RGB (Red+Green+Blue) = 100+82+80=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #645250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645250 is #9BADAF. Grayscale: #575757. Windows color (decimal): -10202544 or 5263972. OLE color: 5263972.

HSL color Cylindrical-coordinate representation of color #645250: hue angle of 6º 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 #645250 is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 82 80 -
CMYK 0 0.18 0.2 0.61
HSL 0.11% 0.35% -
HSV(B) 0.2% 0.39% -
XYZ 9.72 9.32 8.88 -
YUV 87.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 100 82 80 0 0.18 0.2 0.61 6 0.11 0.35
Hex 64 52 50 0 12 14 3D 6 B 23
Octal 144 122 120 0 22 24 75 6 13 43
Binary 1100100 1010010 1010000 0 10010 10100 111101 110 1011 100011

Color Harmonies of #645250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645250

Black with #645250

Text Example


Text Example

White with #645250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645250; }

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

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

background-color css

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

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

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

border-color css

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

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

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