Html Css Color HEX #665141 Quincy

📋 copy color: '#665141'

red 102 ◦ green 81 ◦ blue 65

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

Shades of Quincy #665141

Tints of Quincy #665141

RGB

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

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

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

R = 41.13%
G = 32.66%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#665141 (or 0x665141) is known color: Quincy. HEX triplet: 66, 51 and 41. RGB value is (102,81,65). Sum of RGB (Red+Green+Blue) = 102+81+65=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665141 is #99AEBE. Grayscale: #555555. Windows color (decimal): -10071743 or 4280678. OLE color: 4280678.

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

Color convert

RGB 102 81 65 -
CMYK 0 0.21 0.36 0.6
HSL 25.95º 0.22% 0.33% -
HSV(B) 25.95º 0.36% 0.4% -
XYZ 9.38 9.09 6.26 -
YUV 85.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 102 81 65 0 0.21 0.36 0.6 25.95 0.22 0.33
Hex 66 51 41 0 15 24 3C 1A 16 21
Octal 146 121 101 0 25 44 74 32 26 41
Binary 1100110 1010001 1000001 0 10101 100100 111100 11010 10110 100001

Color Harmonies of #665141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665141

Black with #665141

Text Example


Text Example

White with #665141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665141; }

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

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

background-color css

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

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

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

border-color css

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

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

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