Html Css Color HEX #69544A Quincy

📋 copy color: '#69544A'

red 105 ◦ green 84 ◦ blue 74

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

Shades of Quincy #69544A

Tints of Quincy #69544A

RGB

 RED value IS 105 (41.41% from 255) = 39.92%

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 39.92%
G = 31.94%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#69544A (or 0x69544A) is known color: Quincy. HEX triplet: 69, 54 and 4A. RGB value is (105,84,74). Sum of RGB (Red+Green+Blue) = 105+84+74=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #69544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69544A is #96ABB5. Grayscale: #595959. Windows color (decimal): -9874358 or 4871273. OLE color: 4871273.

HSL color Cylindrical-coordinate representation of color #69544A: hue angle of 19.35º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69544A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 84 74 -
CMYK 0 0.20 0.30 0.59
HSL 19.35º 0.17% 0.35% -
HSV(B) 19.35º 0.3% 0.41% -
XYZ 10.23 9.84 7.84 -
YUV 89.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 105 84 74 0 0.20 0.30 0.59 19.35 0.17 0.35
Hex 69 54 4A 0 14 1E 3B 13 11 23
Octal 151 124 112 0 24 36 73 23 21 43
Binary 1101001 1010100 1001010 0 10100 11110 111011 10011 10001 100011

Color Harmonies of #69544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69544A

Black with #69544A

Text Example


Text Example

White with #69544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69544A; }

 p { color: rgb(105,84,74); }

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

background-color css

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

 a { background-color: rgb(105,84,74); }

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

border-color css

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

 span { border-color: rgb(105,84,74); }

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