Html Css Color HEX #655142 Quincy

📋 copy color: '#655142'

red 101 ◦ green 81 ◦ blue 66

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

Shades of Quincy #655142

Tints of Quincy #655142

RGB

 RED value IS 101 (39.84% from 255) = 40.73%

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 40.73%
G = 32.66%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#655142 (or 0x655142) is known color: Quincy. HEX triplet: 65, 51 and 42. RGB value is (101,81,66). Sum of RGB (Red+Green+Blue) = 101+81+66=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #655142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655142 is #9AAEBD. Grayscale: #555555. Windows color (decimal): -10137278 or 4346213. OLE color: 4346213.

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

Color convert

RGB 101 81 66 -
CMYK 0 0.20 0.35 0.60
HSL 25.71º 0.21% 0.33% -
HSV(B) 25.71º 0.35% 0.4% -
XYZ 9.29 9.04 6.41 -
YUV 85.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 101 81 66 0 0.20 0.35 0.60 25.71 0.21 0.33
Hex 65 51 42 0 14 23 3C 1A 15 21
Octal 145 121 102 0 24 43 74 32 25 41
Binary 1100101 1010001 1000010 0 10100 100011 111100 11010 10101 100001

Color Harmonies of #655142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655142

Black with #655142

Text Example


Text Example

White with #655142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655142; }

 p { color: rgb(101,81,66); }

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

background-color css

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

 a { background-color: rgb(101,81,66); }

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

border-color css

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

 span { border-color: rgb(101,81,66); }

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