#66534B

Color #66534B Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #66534B

Tints of Quincy #66534B

Color information

#66534B (or 0x66534B) is unknown color: approx Quincy. HEX triplet: 66, 53 and 4B. RGB value is (102,83,75). Sum of RGB (Red+Green+Blue) = 102+83+75=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66534B is #99ACB4. Grayscale: #575757. Windows color (decimal): -10071221 or 4936550. OLE color: 4936550.

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

Color convert

RGB1028375-
CMYK00.190.260.6
HSL17.78º15.25%34.71%-
HSV(B)17.78º26.47%40%-
XYZ9.849.527.98-
YUV87.77120.79138.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=39.23%
G=31.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102837500.190.260.617.7815.2534.71
Hex66534B0131A3C12f23
Octal1461231130233274221743
Binary11001101010011100101101001111010111100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66534B;
 }
 .AnyTagClassName
 {
   color: #66534B;
 }
</style>
background-color css

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

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

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

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

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

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