Html Css Color HEX #645044 Quincy

📋 copy color: '#645044'

red 100 ◦ green 80 ◦ blue 68

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

Shades of Quincy #645044

Tints of Quincy #645044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 40.32%
G = 32.26%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#645044 (or 0x645044) is known color: Quincy. HEX triplet: 64, 50 and 44. RGB value is (100,80,68). Sum of RGB (Red+Green+Blue) = 100+80+68=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645044 is #9BAFBB. Grayscale: #545454. Windows color (decimal): -10203068 or 4477028. OLE color: 4477028.

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

Color convert

RGB 100 80 68 -
CMYK 0 0.2 0.32 0.61
HSL 22.5º 0.19% 0.33% -
HSV(B) 22.5º 0.32% 0.39% -
XYZ 9.17 8.86 6.7 -
YUV 84.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 100 80 68 0 0.2 0.32 0.61 22.5 0.19 0.33
Hex 64 50 44 0 14 20 3D 16 13 21
Octal 144 120 104 0 24 40 75 26 23 41
Binary 1100100 1010000 1000100 0 10100 100000 111101 10110 10011 100001

Color Harmonies of #645044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645044

Black with #645044

Text Example


Text Example

White with #645044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645044; }

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

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

background-color css

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

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

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

border-color css

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

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

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