Html Css Color HEX #665145 Quincy

📋 copy color: '#665145'

red 102 ◦ green 81 ◦ blue 69

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

Shades of Quincy #665145

Tints of Quincy #665145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 40.48%
G = 32.14%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#665145 (or 0x665145) is known color: Quincy. HEX triplet: 66, 51 and 45. RGB value is (102,81,69). Sum of RGB (Red+Green+Blue) = 102+81+69=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665145 is #99AEBA. Grayscale: #555555. Windows color (decimal): -10071739 or 4542822. OLE color: 4542822.

HSL color Cylindrical-coordinate representation of color #665145: hue angle of 21.82º 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 #665145 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 69 -
CMYK 0 0.21 0.32 0.6
HSL 21.82º 0.19% 0.34% -
HSV(B) 21.82º 0.32% 0.4% -
XYZ 9.5 9.14 6.89 -
YUV 85.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 102 81 69 0 0.21 0.32 0.6 21.82 0.19 0.34
Hex 66 51 45 0 15 20 3C 16 13 22
Octal 146 121 105 0 25 40 74 26 23 42
Binary 1100110 1010001 1000101 0 10101 100000 111100 10110 10011 100010

Color Harmonies of #665145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665145

Black with #665145

Text Example


Text Example

White with #665145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665145; }

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

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

background-color css

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

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

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

border-color css

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

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

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