Html Css Color HEX #6E5848 Quincy

📋 copy color: '#6E5848'

red 110 ◦ green 88 ◦ blue 72

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

Shades of Quincy #6E5848

Tints of Quincy #6E5848

RGB

 RED value IS 110 (43.36% from 255) = 40.74%

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 40.74%
G = 32.59%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E5848 (or 0x6E5848) is known color: Quincy. HEX triplet: 6E, 58 and 48. RGB value is (110,88,72). Sum of RGB (Red+Green+Blue) = 110+88+72=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5848 is #91A7B7. Grayscale: #5C5C5C. Windows color (decimal): -9545656 or 4741230. OLE color: 4741230.

HSL color Cylindrical-coordinate representation of color #6E5848: hue angle of 25.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E5848 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 88 72 -
CMYK 0 0.2 0.35 0.57
HSL 25.26º 0.21% 0.36% -
HSV(B) 25.26º 0.35% 0.43% -
XYZ 11.09 10.76 7.62 -
YUV 92.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 110 88 72 0 0.2 0.35 0.57 25.26 0.21 0.36
Hex 6E 58 48 0 14 23 39 19 15 24
Octal 156 130 110 0 24 43 71 31 25 44
Binary 1101110 1011000 1001000 0 10100 100011 111001 11001 10101 100100

Color Harmonies of #6E5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5848

Black with #6E5848

Text Example


Text Example

White with #6E5848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,72); }

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

background-color css

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

 a { background-color: rgb(110,88,72); }

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

border-color css

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

 span { border-color: rgb(110,88,72); }

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