Html Css Color HEX #6F554B Quincy

📋 copy color: '#6F554B'

red 111 ◦ green 85 ◦ blue 75

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

Shades of Quincy #6F554B

Tints of Quincy #6F554B

RGB

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

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

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

R = 40.96%
G = 31.37%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F554B (or 0x6F554B) is known color: Quincy. HEX triplet: 6F, 55 and 4B. RGB value is (111,85,75). Sum of RGB (Red+Green+Blue) = 111+85+75=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F554B is #90AAB4. Grayscale: #5B5B5B. Windows color (decimal): -9480885 or 4937071. OLE color: 4937071.

HSL color Cylindrical-coordinate representation of color #6F554B: hue angle of 16.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 #6F554B is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 85 75 -
CMYK 0 0.23 0.32 0.56
HSL 16.67º 0.19% 0.36% -
HSV(B) 16.67º 0.32% 0.44% -
XYZ 11.07 10.38 8.08 -
YUV 91.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 111 85 75 0 0.23 0.32 0.56 16.67 0.19 0.36
Hex 6F 55 4B 0 17 20 38 11 13 24
Octal 157 125 113 0 27 40 70 21 23 44
Binary 1101111 1010101 1001011 0 10111 100000 111000 10001 10011 100100

Color Harmonies of #6F554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F554B

Black with #6F554B

Text Example


Text Example

White with #6F554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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