Html Css Color HEX #6C554B Quincy

📋 copy color: '#6C554B'

red 108 ◦ green 85 ◦ blue 75

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

Shades of Quincy #6C554B

Tints of Quincy #6C554B

RGB

 RED value IS 108 (42.58% from 255) = 40.3%

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

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

R = 40.3%
G = 31.72%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C554B (or 0x6C554B) is known color: Quincy. HEX triplet: 6C, 55 and 4B. RGB value is (108,85,75). Sum of RGB (Red+Green+Blue) = 108+85+75=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C554B is #93AAB4. Grayscale: #5A5A5A. Windows color (decimal): -9677493 or 4937068. OLE color: 4937068.

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

Color convert

RGB 108 85 75 -
CMYK 0 0.21 0.31 0.58
HSL 18.18º 0.18% 0.36% -
HSV(B) 18.18º 0.31% 0.42% -
XYZ 10.7 10.19 8.06 -
YUV 90.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 108 85 75 0 0.21 0.31 0.58 18.18 0.18 0.36
Hex 6C 55 4B 0 15 1F 3A 12 12 24
Octal 154 125 113 0 25 37 72 22 22 44
Binary 1101100 1010101 1001011 0 10101 11111 111010 10010 10010 100100

Color Harmonies of #6C554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C554B

Black with #6C554B

Text Example


Text Example

White with #6C554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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