Html Css Color HEX #6F584A Quincy

📋 copy color: '#6F584A'

red 111 ◦ green 88 ◦ blue 74

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

Shades of Quincy #6F584A

Tints of Quincy #6F584A

RGB

 RED value IS 111 (43.75% from 255) = 40.66%

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 40.66%
G = 32.23%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F584A (or 0x6F584A) is known color: Quincy. HEX triplet: 6F, 58 and 4A. RGB value is (111,88,74). Sum of RGB (Red+Green+Blue) = 111+88+74=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F584A is #90A7B5. Grayscale: #5D5D5D. Windows color (decimal): -9480118 or 4872303. OLE color: 4872303.

HSL color Cylindrical-coordinate representation of color #6F584A: hue angle of 22.7º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F584A is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 88 74 -
CMYK 0 0.21 0.33 0.56
HSL 22.7º 0.2% 0.36% -
HSV(B) 22.7º 0.33% 0.44% -
XYZ 11.28 10.85 7.98 -
YUV 93.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 111 88 74 0 0.21 0.33 0.56 22.7 0.2 0.36
Hex 6F 58 4A 0 15 21 38 17 14 24
Octal 157 130 112 0 25 41 70 27 24 44
Binary 1101111 1011000 1001010 0 10101 100001 111000 10111 10100 100100

Color Harmonies of #6F584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F584A

Black with #6F584A

Text Example


Text Example

White with #6F584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F584A; }

 p { color: rgb(111,88,74); }

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

background-color css

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

 a { background-color: rgb(111,88,74); }

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

border-color css

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

 span { border-color: rgb(111,88,74); }

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