Html Css Color HEX #645243 Quincy

📋 copy color: '#645243'

red 100 ◦ green 82 ◦ blue 67

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

Shades of Quincy #645243

Tints of Quincy #645243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 40.16%
G = 32.93%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#645243 (or 0x645243) is known color: Quincy. HEX triplet: 64, 52 and 43. RGB value is (100,82,67). Sum of RGB (Red+Green+Blue) = 100+82+67=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645243 is #9BADBC. Grayscale: #555555. Windows color (decimal): -10202557 or 4412004. OLE color: 4412004.

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

Color convert

RGB 100 82 67 -
CMYK 0 0.18 0.33 0.61
HSL 27.27º 0.2% 0.33% -
HSV(B) 27.27º 0.33% 0.39% -
XYZ 9.29 9.15 6.59 -
YUV 85.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 100 82 67 0 0.18 0.33 0.61 27.27 0.2 0.33
Hex 64 52 43 0 12 21 3D 1B 14 21
Octal 144 122 103 0 22 41 75 33 24 41
Binary 1100100 1010010 1000011 0 10010 100001 111101 11011 10100 100001

Color Harmonies of #645243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645243

Black with #645243

Text Example


Text Example

White with #645243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645243; }

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

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

background-color css

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

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

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

border-color css

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

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

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