Html Css Color HEX #66534B Quincy

📋 copy color: '#66534B'

red 102 ◦ green 83 ◦ blue 75

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

Shades of Quincy #66534B

Tints of Quincy #66534B

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 value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66534B (or 0x66534B) is known color: 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

RGB 102 83 75 -
CMYK 0 0.19 0.26 0.6
HSL 17.78º 0.15% 0.35% -
HSV(B) 17.78º 0.26% 0.4% -
XYZ 9.84 9.52 7.98 -
YUV 87.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 102 83 75 0 0.19 0.26 0.6 17.78 0.15 0.35
Hex 66 53 4B 0 13 1A 3C 12 F 23
Octal 146 123 113 0 23 32 74 22 17 43
Binary 1100110 1010011 1001011 0 10011 11010 111100 10010 1111 100011

Color Harmonies of #66534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66534B

Black with #66534B

Text Example


Text Example

White with #66534B

Text Example


Text Example

HTML Codes & Css Web 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>