Html Css Color HEX #645246 Quincy

📋 copy color: '#645246'

red 100 ◦ green 82 ◦ blue 70

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

Shades of Quincy #645246

Tints of Quincy #645246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 39.68%
G = 32.54%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#645246 (or 0x645246) is known color: Quincy. HEX triplet: 64, 52 and 46. RGB value is (100,82,70). Sum of RGB (Red+Green+Blue) = 100+82+70=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #645246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645246 is #9BADB9. Grayscale: #565656. Windows color (decimal): -10202554 or 4608612. OLE color: 4608612.

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

Color convert

RGB 100 82 70 -
CMYK 0 0.18 0.30 0.61
HSL 24º 0.18% 0.33% -
HSV(B) 24º 0.3% 0.39% -
XYZ 9.38 9.19 7.07 -
YUV 86.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 100 82 70 0 0.18 0.30 0.61 24 0.18 0.33
Hex 64 52 46 0 12 1E 3D 18 12 21
Octal 144 122 106 0 22 36 75 30 22 41
Binary 1100100 1010010 1000110 0 10010 11110 111101 11000 10010 100001

Color Harmonies of #645246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645246

Black with #645246

Text Example


Text Example

White with #645246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645246; }

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

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

background-color css

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

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

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

border-color css

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

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

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