Html Css Color HEX #6B554C Quincy

📋 copy color: '#6B554C'

red 107 ◦ green 85 ◦ blue 76

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

Shades of Quincy #6B554C

Tints of Quincy #6B554C

RGB

 RED value IS 107 (42.19% from 255) = 39.93%

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 39.93%
G = 31.72%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B554C (or 0x6B554C) is known color: Quincy. HEX triplet: 6B, 55 and 4C. RGB value is (107,85,76). Sum of RGB (Red+Green+Blue) = 107+85+76=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B554C is #94AAB3. Grayscale: #5A5A5A. Windows color (decimal): -9743028 or 5002603. OLE color: 5002603.

HSL color Cylindrical-coordinate representation of color #6B554C: hue angle of 17.42º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B554C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 85 76 -
CMYK 0 0.21 0.29 0.58
HSL 17.42º 0.17% 0.36% -
HSV(B) 17.42º 0.29% 0.42% -
XYZ 10.62 10.14 8.24 -
YUV 90.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 107 85 76 0 0.21 0.29 0.58 17.42 0.17 0.36
Hex 6B 55 4C 0 15 1D 3A 11 11 24
Octal 153 125 114 0 25 35 72 21 21 44
Binary 1101011 1010101 1001100 0 10101 11101 111010 10001 10001 100100

Color Harmonies of #6B554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B554C

Black with #6B554C

Text Example


Text Example

White with #6B554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,85,76); }

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

background-color css

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

 a { background-color: rgb(107,85,76); }

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

border-color css

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

 span { border-color: rgb(107,85,76); }

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