Html Css Color HEX #65554C Quincy

📋 copy color: '#65554C'

red 101 ◦ green 85 ◦ blue 76

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

Shades of Quincy #65554C

Tints of Quincy #65554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 38.55%
G = 32.44%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#65554C (or 0x65554C) is known color: Quincy. HEX triplet: 65, 55 and 4C. RGB value is (101,85,76). Sum of RGB (Red+Green+Blue) = 101+85+76=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65554C is #9AAAB3. Grayscale: #585858. Windows color (decimal): -10136244 or 5002597. OLE color: 5002597.

HSL color Cylindrical-coordinate representation of color #65554C: hue angle of 21.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65554C is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 85 76 -
CMYK 0 0.16 0.25 0.60
HSL 21.6º 0.14% 0.35% -
HSV(B) 21.6º 0.25% 0.4% -
XYZ 9.92 9.79 8.2 -
YUV 88.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 101 85 76 0 0.16 0.25 0.60 21.6 0.14 0.35
Hex 65 55 4C 0 10 19 3C 16 E 23
Octal 145 125 114 0 20 31 74 26 16 43
Binary 1100101 1010101 1001100 0 10000 11001 111100 10110 1110 100011

Color Harmonies of #65554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65554C

Black with #65554C

Text Example


Text Example

White with #65554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65554C; }

 p { color: rgb(101,85,76); }

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

background-color css

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

 a { background-color: rgb(101,85,76); }

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

border-color css

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

 span { border-color: rgb(101,85,76); }

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