Html Css Color HEX #6E5A37 Shingle Fawn

📋 copy color: '#6E5A37'

red 110 ◦ green 90 ◦ blue 55

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

Shades of Shingle Fawn #6E5A37

Tints of Shingle Fawn #6E5A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.57%

R = 43.14%
G = 35.29%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E5A37 (or 0x6E5A37) is known color: Shingle Fawn. HEX triplet: 6E, 5A and 37. RGB value is (110,90,55). Sum of RGB (Red+Green+Blue) = 110+90+55=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A37 is #91A5C8. Grayscale: #5C5C5C. Windows color (decimal): -9545161 or 3627630. OLE color: 3627630.

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

Color convert

RGB 110 90 55 -
CMYK 0 0.18 0.5 0.57
HSL 38.18º 0.33% 0.32% -
HSV(B) 38.18º 0.5% 0.43% -
XYZ 10.78 10.9 5.15 -
YUV 91.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 110 90 55 0 0.18 0.5 0.57 38.18 0.33 0.32
Hex 6E 5A 37 0 12 32 39 26 21 20
Octal 156 132 67 0 22 62 71 46 41 40
Binary 1101110 1011010 110111 0 10010 110010 111001 100110 100001 100000

Color Harmonies of #6E5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A37

Black with #6E5A37

Text Example


Text Example

White with #6E5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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