Html Css Color HEX #645041 Quincy

📋 copy color: '#645041'

red 100 ◦ green 80 ◦ blue 65

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

Shades of Quincy #645041

Tints of Quincy #645041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 40.82%
G = 32.65%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#645041 (or 0x645041) is known color: Quincy. HEX triplet: 64, 50 and 41. RGB value is (100,80,65). Sum of RGB (Red+Green+Blue) = 100+80+65=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #645041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645041 is #9BAFBE. Grayscale: #545454. Windows color (decimal): -10203071 or 4280420. OLE color: 4280420.

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

Color convert

RGB 100 80 65 -
CMYK 0 0.2 0.35 0.61
HSL 25.71º 0.21% 0.32% -
HSV(B) 25.71º 0.35% 0.39% -
XYZ 9.08 8.83 6.23 -
YUV 84.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 100 80 65 0 0.2 0.35 0.61 25.71 0.21 0.32
Hex 64 50 41 0 14 23 3D 1A 15 20
Octal 144 120 101 0 24 43 75 32 25 40
Binary 1100100 1010000 1000001 0 10100 100011 111101 11010 10101 100000

Color Harmonies of #645041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645041

Black with #645041

Text Example


Text Example

White with #645041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645041; }

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

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

background-color css

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

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

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

border-color css

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

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

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