Html Css Color HEX #665347 Quincy

📋 copy color: '#665347'

red 102 ◦ green 83 ◦ blue 71

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

Shades of Quincy #665347

Tints of Quincy #665347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 39.84%
G = 32.42%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#665347 (or 0x665347) is known color: Quincy. HEX triplet: 66, 53 and 47. RGB value is (102,83,71). Sum of RGB (Red+Green+Blue) = 102+83+71=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665347 is #99ACB8. Grayscale: #575757. Windows color (decimal): -10071225 or 4674406. OLE color: 4674406.

HSL color Cylindrical-coordinate representation of color #665347: hue angle of 23.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665347 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 71 -
CMYK 0 0.19 0.30 0.6
HSL 23.23º 0.18% 0.34% -
HSV(B) 23.23º 0.3% 0.4% -
XYZ 9.71 9.47 7.28 -
YUV 87.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 102 83 71 0 0.19 0.30 0.6 23.23 0.18 0.34
Hex 66 53 47 0 13 1E 3C 17 12 22
Octal 146 123 107 0 23 36 74 27 22 42
Binary 1100110 1010011 1000111 0 10011 11110 111100 10111 10010 100010

Color Harmonies of #665347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665347

Black with #665347

Text Example


Text Example

White with #665347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665347; }

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

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

background-color css

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

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

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

border-color css

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

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

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