Html Css Color HEX #66534A Quincy

📋 copy color: '#66534A'

red 102 ◦ green 83 ◦ blue 74

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

Shades of Quincy #66534A

Tints of Quincy #66534A

RGB

 RED value IS 102 (40.23% from 255) = 39.38%

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 39.38%
G = 32.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66534A (or 0x66534A) is known color: Quincy. HEX triplet: 66, 53 and 4A. RGB value is (102,83,74). Sum of RGB (Red+Green+Blue) = 102+83+74=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66534A is #99ACB5. Grayscale: #575757. Windows color (decimal): -10071222 or 4871014. OLE color: 4871014.

HSL color Cylindrical-coordinate representation of color #66534A: hue angle of 19.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66534A is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 74 -
CMYK 0 0.19 0.27 0.6
HSL 19.29º 0.16% 0.35% -
HSV(B) 19.29º 0.27% 0.4% -
XYZ 9.81 9.51 7.8 -
YUV 87.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 102 83 74 0 0.19 0.27 0.6 19.29 0.16 0.35
Hex 66 53 4A 0 13 1B 3C 13 10 23
Octal 146 123 112 0 23 33 74 23 20 43
Binary 1100110 1010011 1001010 0 10011 11011 111100 10011 10000 100011

Color Harmonies of #66534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66534A

Black with #66534A

Text Example


Text Example

White with #66534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66534A; }

 p { color: rgb(102,83,74); }

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

background-color css

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

 a { background-color: rgb(102,83,74); }

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

border-color css

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

 span { border-color: rgb(102,83,74); }

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