Html Css Color HEX #6C574B Quincy

📋 copy color: '#6C574B'

red 108 ◦ green 87 ◦ blue 75

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

Shades of Quincy #6C574B

Tints of Quincy #6C574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 40%
G = 32.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C574B (or 0x6C574B) is known color: Quincy. HEX triplet: 6C, 57 and 4B. RGB value is (108,87,75). Sum of RGB (Red+Green+Blue) = 108+87+75=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C574B is #93A8B4. Grayscale: #5B5B5B. Windows color (decimal): -9676981 or 4937580. OLE color: 4937580.

HSL color Cylindrical-coordinate representation of color #6C574B: hue angle of 21.82º 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 #6C574B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 87 75 -
CMYK 0 0.19 0.31 0.58
HSL 21.82º 0.18% 0.36% -
HSV(B) 21.82º 0.31% 0.42% -
XYZ 10.86 10.51 8.11 -
YUV 91.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 108 87 75 0 0.19 0.31 0.58 21.82 0.18 0.36
Hex 6C 57 4B 0 13 1F 3A 16 12 24
Octal 154 127 113 0 23 37 72 26 22 44
Binary 1101100 1010111 1001011 0 10011 11111 111010 10110 10010 100100

Color Harmonies of #6C574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C574B

Black with #6C574B

Text Example


Text Example

White with #6C574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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