Html Css Color HEX #6E5A36 Shingle Fawn

📋 copy color: '#6E5A36'

red 110 ◦ green 90 ◦ blue 54

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

Shades of Shingle Fawn #6E5A36

Tints of Shingle Fawn #6E5A36

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 43.31%
G = 35.43%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6E5A36 (or 0x6E5A36) is known color: Shingle Fawn. HEX triplet: 6E, 5A and 36. RGB value is (110,90,54). Sum of RGB (Red+Green+Blue) = 110+90+54=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A36 is #91A5C9. Grayscale: #5C5C5C. Windows color (decimal): -9545162 or 3562094. OLE color: 3562094.

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

Color convert

RGB 110 90 54 -
CMYK 0 0.18 0.51 0.57
HSL 38.57º 0.34% 0.32% -
HSV(B) 38.57º 0.51% 0.43% -
XYZ 10.75 10.89 5.03 -
YUV 91.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 110 90 54 0 0.18 0.51 0.57 38.57 0.34 0.32
Hex 6E 5A 36 0 12 33 39 27 22 20
Octal 156 132 66 0 22 63 71 47 42 40
Binary 1101110 1011010 110110 0 10010 110011 111001 100111 100010 100000

Color Harmonies of #6E5A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A36

Black with #6E5A36

Text Example


Text Example

White with #6E5A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,54); }

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

background-color css

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

 a { background-color: rgb(110,90,54); }

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

border-color css

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

 span { border-color: rgb(110,90,54); }

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