Html Css Color HEX #665241 Quincy

📋 copy color: '#665241'

red 102 ◦ green 82 ◦ blue 65

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

Shades of Quincy #665241

Tints of Quincy #665241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 40.96%
G = 32.93%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#665241 (or 0x665241) is known color: Quincy. HEX triplet: 66, 52 and 41. RGB value is (102,82,65). Sum of RGB (Red+Green+Blue) = 102+82+65=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #665241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665241 is #99ADBE. Grayscale: #565656. Windows color (decimal): -10071487 or 4280934. OLE color: 4280934.

HSL color Cylindrical-coordinate representation of color #665241: hue angle of 27.57º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665241 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 65 -
CMYK 0 0.20 0.36 0.6
HSL 27.57º 0.22% 0.33% -
HSV(B) 27.57º 0.36% 0.4% -
XYZ 9.45 9.24 6.29 -
YUV 86.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 102 82 65 0 0.20 0.36 0.6 27.57 0.22 0.33
Hex 66 52 41 0 14 24 3C 1C 16 21
Octal 146 122 101 0 24 44 74 34 26 41
Binary 1100110 1010010 1000001 0 10100 100100 111100 11100 10110 100001

Color Harmonies of #665241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665241

Black with #665241

Text Example


Text Example

White with #665241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665241; }

 p { color: rgb(102,82,65); }

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

background-color css

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

 a { background-color: rgb(102,82,65); }

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

border-color css

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

 span { border-color: rgb(102,82,65); }

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