Html Css Color HEX #645450 Congo Brown

📋 copy color: '#645450'

red 100 ◦ green 84 ◦ blue 80

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

Shades of Congo Brown #645450

Tints of Congo Brown #645450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

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

R = 37.88%
G = 31.82%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#645450 (or 0x645450) is known color: Congo Brown. HEX triplet: 64, 54 and 50. RGB value is (100,84,80). Sum of RGB (Red+Green+Blue) = 100+84+80=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645450 is #9BABAF. Grayscale: #585858. Windows color (decimal): -10202032 or 5264484. OLE color: 5264484.

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

Color convert

RGB 100 84 80 -
CMYK 0 0.16 0.2 0.61
HSL 12º 0.11% 0.35% -
HSV(B) 12º 0.2% 0.39% -
XYZ 9.87 9.63 8.93 -
YUV 88.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 100 84 80 0 0.16 0.2 0.61 12 0.11 0.35
Hex 64 54 50 0 10 14 3D C B 23
Octal 144 124 120 0 20 24 75 14 13 43
Binary 1100100 1010100 1010000 0 10000 10100 111101 1100 1011 100011

Color Harmonies of #645450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645450

Black with #645450

Text Example


Text Example

White with #645450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645450; }

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

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

background-color css

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

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

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

border-color css

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

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

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