Html Css Color HEX #68574B Quincy

📋 copy color: '#68574B'

red 104 ◦ green 87 ◦ blue 75

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

Shades of Quincy #68574B

Tints of Quincy #68574B

RGB

 RED value IS 104 (41.02% from 255) = 39.1%

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

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

R = 39.1%
G = 32.71%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68574B (or 0x68574B) is known color: Quincy. HEX triplet: 68, 57 and 4B. RGB value is (104,87,75). Sum of RGB (Red+Green+Blue) = 104+87+75=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68574B is #97A8B4. Grayscale: #5A5A5A. Windows color (decimal): -9939125 or 4937576. OLE color: 4937576.

HSL color Cylindrical-coordinate representation of color #68574B: hue angle of 24.83º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68574B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 75 -
CMYK 0 0.16 0.28 0.59
HSL 24.83º 0.16% 0.35% -
HSV(B) 24.83º 0.28% 0.41% -
XYZ 10.39 10.27 8.09 -
YUV 90.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 104 87 75 0 0.16 0.28 0.59 24.83 0.16 0.35
Hex 68 57 4B 0 10 1C 3B 19 10 23
Octal 150 127 113 0 20 34 73 31 20 43
Binary 1101000 1010111 1001011 0 10000 11100 111011 11001 10000 100011

Color Harmonies of #68574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68574B

Black with #68574B

Text Example


Text Example

White with #68574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68574B; }

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

 H1.HeaderClassName
 {
   color: #68574B;
 }
 .AnyTagClassName
 {
   color: #68574B;
 }
</style>

background-color css

<style>
 a { background-color: #68574B; }

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

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

border-color css

<style>
 span { border-color: #68574B; }

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

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