Html Css Color HEX #665245 Quincy

📋 copy color: '#665245'

red 102 ◦ green 82 ◦ blue 69

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

Shades of Quincy #665245

Tints of Quincy #665245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 40.32%
G = 32.41%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#665245 (or 0x665245) is known color: Quincy. HEX triplet: 66, 52 and 45. RGB value is (102,82,69). Sum of RGB (Red+Green+Blue) = 102+82+69=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665245 is #99ADBA. Grayscale: #565656. Windows color (decimal): -10071483 or 4543078. OLE color: 4543078.

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

Color convert

RGB 102 82 69 -
CMYK 0 0.20 0.32 0.6
HSL 23.64º 0.19% 0.34% -
HSV(B) 23.64º 0.32% 0.4% -
XYZ 9.57 9.29 6.92 -
YUV 86.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 102 82 69 0 0.20 0.32 0.6 23.64 0.19 0.34
Hex 66 52 45 0 14 20 3C 18 13 22
Octal 146 122 105 0 24 40 74 30 23 42
Binary 1100110 1010010 1000101 0 10100 100000 111100 11000 10011 100010

Color Harmonies of #665245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665245

Black with #665245

Text Example


Text Example

White with #665245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665245; }

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

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

background-color css

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

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

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

border-color css

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

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

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