Html Css Color HEX #66554A Quincy

📋 copy color: '#66554A'

red 102 ◦ green 85 ◦ blue 74

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

Shades of Quincy #66554A

Tints of Quincy #66554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

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

R = 39.08%
G = 32.57%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66554A (or 0x66554A) is known color: Quincy. HEX triplet: 66, 55 and 4A. RGB value is (102,85,74). Sum of RGB (Red+Green+Blue) = 102+85+74=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66554A is #99AAB5. Grayscale: #585858. Windows color (decimal): -10070710 or 4871526. OLE color: 4871526.

HSL color Cylindrical-coordinate representation of color #66554A: hue angle of 23.57º 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 #66554A is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 74 -
CMYK 0 0.17 0.27 0.6
HSL 23.57º 0.16% 0.35% -
HSV(B) 23.57º 0.27% 0.4% -
XYZ 9.96 9.82 7.85 -
YUV 88.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 102 85 74 0 0.17 0.27 0.6 23.57 0.16 0.35
Hex 66 55 4A 0 11 1B 3C 18 10 23
Octal 146 125 112 0 21 33 74 30 20 43
Binary 1100110 1010101 1001010 0 10001 11011 111100 11000 10000 100011

Color Harmonies of #66554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66554A

Black with #66554A

Text Example


Text Example

White with #66554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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