Html Css Color HEX #65554E Quincy

📋 copy color: '#65554E'

red 101 ◦ green 85 ◦ blue 78

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

Shades of Quincy #65554E

Tints of Quincy #65554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 38.26%
G = 32.2%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#65554E (or 0x65554E) is known color: Quincy. HEX triplet: 65, 55 and 4E. RGB value is (101,85,78). Sum of RGB (Red+Green+Blue) = 101+85+78=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #65554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65554E is #9AAAB1. Grayscale: #595959. Windows color (decimal): -10136242 or 5133669. OLE color: 5133669.

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

Color convert

RGB 101 85 78 -
CMYK 0 0.16 0.23 0.60
HSL 18.26º 0.13% 0.35% -
HSV(B) 18.26º 0.23% 0.4% -
XYZ 9.99 9.81 8.58 -
YUV 88.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 101 85 78 0 0.16 0.23 0.60 18.26 0.13 0.35
Hex 65 55 4E 0 10 17 3C 12 D 23
Octal 145 125 116 0 20 27 74 22 15 43
Binary 1100101 1010101 1001110 0 10000 10111 111100 10010 1101 100011

Color Harmonies of #65554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65554E

Black with #65554E

Text Example


Text Example

White with #65554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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