Html Css Color HEX #655245 Quincy

📋 copy color: '#655245'

red 101 ◦ green 82 ◦ blue 69

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

Shades of Quincy #655245

Tints of Quincy #655245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 40.08%
G = 32.54%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#655245 (or 0x655245) is known color: Quincy. HEX triplet: 65, 52 and 45. RGB value is (101,82,69). Sum of RGB (Red+Green+Blue) = 101+82+69=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655245 is #9AADBA. Grayscale: #565656. Windows color (decimal): -10137019 or 4543077. OLE color: 4543077.

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

Color convert

RGB 101 82 69 -
CMYK 0 0.19 0.32 0.60
HSL 24.38º 0.19% 0.33% -
HSV(B) 24.38º 0.32% 0.4% -
XYZ 9.46 9.23 6.91 -
YUV 86.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 101 82 69 0 0.19 0.32 0.60 24.38 0.19 0.33
Hex 65 52 45 0 13 20 3C 18 13 21
Octal 145 122 105 0 23 40 74 30 23 41
Binary 1100101 1010010 1000101 0 10011 100000 111100 11000 10011 100001

Color Harmonies of #655245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655245

Black with #655245

Text Example


Text Example

White with #655245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655245; }

 p { color: rgb(101,82,69); }

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

background-color css

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

 a { background-color: rgb(101,82,69); }

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

border-color css

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

 span { border-color: rgb(101,82,69); }

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