Html Css Color HEX #645241 Quincy

📋 copy color: '#645241'

red 100 ◦ green 82 ◦ blue 65

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

Shades of Quincy #645241

Tints of Quincy #645241

RGB

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

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

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

R = 40.49%
G = 33.2%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#645241 (or 0x645241) is known color: Quincy. HEX triplet: 64, 52 and 41. RGB value is (100,82,65). Sum of RGB (Red+Green+Blue) = 100+82+65=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #645241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645241 is #9BADBE. Grayscale: #555555. Windows color (decimal): -10202559 or 4280932. OLE color: 4280932.

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

Color convert

RGB 100 82 65 -
CMYK 0 0.18 0.35 0.61
HSL 29.14º 0.21% 0.32% -
HSV(B) 29.14º 0.35% 0.39% -
XYZ 9.23 9.13 6.28 -
YUV 85.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 100 82 65 0 0.18 0.35 0.61 29.14 0.21 0.32
Hex 64 52 41 0 12 23 3D 1D 15 20
Octal 144 122 101 0 22 43 75 35 25 40
Binary 1100100 1010010 1000001 0 10010 100011 111101 11101 10101 100000

Color Harmonies of #645241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645241

Black with #645241

Text Example


Text Example

White with #645241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645241; }

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

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

background-color css

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

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

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

border-color css

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

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

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