Html Css Color HEX #6E5E37 Yellow Metal

📋 copy color: '#6E5E37'

red 110 ◦ green 94 ◦ blue 55

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

Shades of Yellow Metal #6E5E37

Tints of Yellow Metal #6E5E37

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

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

R = 42.47%
G = 36.29%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E5E37 (or 0x6E5E37) is known color: Yellow Metal. HEX triplet: 6E, 5E and 37. RGB value is (110,94,55). Sum of RGB (Red+Green+Blue) = 110+94+55=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E37 is #91A1C8. Grayscale: #5E5E5E. Windows color (decimal): -9544137 or 3628654. OLE color: 3628654.

HSL color Cylindrical-coordinate representation of color #6E5E37: hue angle of 42.55º 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 #6E5E37 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 94 55 -
CMYK 0 0.15 0.5 0.57
HSL 42.55º 0.33% 0.32% -
HSV(B) 42.55º 0.5% 0.43% -
XYZ 11.12 11.6 5.27 -
YUV 94.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 110 94 55 0 0.15 0.5 0.57 42.55 0.33 0.32
Hex 6E 5E 37 0 F 32 39 2B 21 20
Octal 156 136 67 0 17 62 71 53 41 40
Binary 1101110 1011110 110111 0 1111 110010 111001 101011 100001 100000

Color Harmonies of #6E5E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5E37

Black with #6E5E37

Text Example


Text Example

White with #6E5E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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