Html Css Color HEX #6E5335 Shingle Fawn

📋 copy color: '#6E5335'

red 110 ◦ green 83 ◦ blue 53

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

Shades of Shingle Fawn #6E5335

Tints of Shingle Fawn #6E5335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 44.72%
G = 33.74%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E5335 (or 0x6E5335) is known color: Shingle Fawn. HEX triplet: 6E, 53 and 35. RGB value is (110,83,53). Sum of RGB (Red+Green+Blue) = 110+83+53=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5335 is #91ACCA. Grayscale: #575757. Windows color (decimal): -9546955 or 3494766. OLE color: 3494766.

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

Color convert

RGB 110 83 53 -
CMYK 0 0.25 0.52 0.57
HSL 31.58º 0.35% 0.32% -
HSV(B) 31.58º 0.52% 0.43% -
XYZ 10.17 9.76 4.72 -
YUV 87.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 110 83 53 0 0.25 0.52 0.57 31.58 0.35 0.32
Hex 6E 53 35 0 19 34 39 20 23 20
Octal 156 123 65 0 31 64 71 40 43 40
Binary 1101110 1010011 110101 0 11001 110100 111001 100000 100011 100000

Color Harmonies of #6E5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5335

Black with #6E5335

Text Example


Text Example

White with #6E5335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,53); }

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

background-color css

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

 a { background-color: rgb(110,83,53); }

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

border-color css

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

 span { border-color: rgb(110,83,53); }

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