Html Css Color HEX #68544B Quincy

📋 copy color: '#68544B'

red 104 ◦ green 84 ◦ blue 75

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

Shades of Quincy #68544B

Tints of Quincy #68544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

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

R = 39.54%
G = 31.94%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68544B (or 0x68544B) is known color: Quincy. HEX triplet: 68, 54 and 4B. RGB value is (104,84,75). Sum of RGB (Red+Green+Blue) = 104+84+75=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68544B is #97ABB4. Grayscale: #595959. Windows color (decimal): -9939893 or 4936808. OLE color: 4936808.

HSL color Cylindrical-coordinate representation of color #68544B: hue angle of 18.62º 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 #68544B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 75 -
CMYK 0 0.19 0.28 0.59
HSL 18.62º 0.16% 0.35% -
HSV(B) 18.62º 0.28% 0.41% -
XYZ 10.15 9.79 8.01 -
YUV 88.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 104 84 75 0 0.19 0.28 0.59 18.62 0.16 0.35
Hex 68 54 4B 0 13 1C 3B 13 10 23
Octal 150 124 113 0 23 34 73 23 20 43
Binary 1101000 1010100 1001011 0 10011 11100 111011 10011 10000 100011

Color Harmonies of #68544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68544B

Black with #68544B

Text Example


Text Example

White with #68544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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