Html Css Color HEX #6F584B Quincy

📋 copy color: '#6F584B'

red 111 ◦ green 88 ◦ blue 75

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

Shades of Quincy #6F584B

Tints of Quincy #6F584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 40.51%
G = 32.12%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F584B (or 0x6F584B) is known color: Quincy. HEX triplet: 6F, 58 and 4B. RGB value is (111,88,75). Sum of RGB (Red+Green+Blue) = 111+88+75=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F584B is #90A7B4. Grayscale: #5D5D5D. Windows color (decimal): -9480117 or 4937839. OLE color: 4937839.

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

Color convert

RGB 111 88 75 -
CMYK 0 0.21 0.32 0.56
HSL 21.67º 0.19% 0.36% -
HSV(B) 21.67º 0.32% 0.44% -
XYZ 11.32 10.87 8.16 -
YUV 93.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 111 88 75 0 0.21 0.32 0.56 21.67 0.19 0.36
Hex 6F 58 4B 0 15 20 38 16 13 24
Octal 157 130 113 0 25 40 70 26 23 44
Binary 1101111 1011000 1001011 0 10101 100000 111000 10110 10011 100100

Color Harmonies of #6F584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F584B

Black with #6F584B

Text Example


Text Example

White with #6F584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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