Html Css Color HEX #6E5D38 Yellow Metal

📋 copy color: '#6E5D38'

red 110 ◦ green 93 ◦ blue 56

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

Shades of Yellow Metal #6E5D38

Tints of Yellow Metal #6E5D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 42.47%
G = 35.91%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E5D38 (or 0x6E5D38) is known color: Yellow Metal. HEX triplet: 6E, 5D and 38. RGB value is (110,93,56). Sum of RGB (Red+Green+Blue) = 110+93+56=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5D38 is #91A2C7. Grayscale: #5E5E5E. Windows color (decimal): -9544392 or 3693934. OLE color: 3693934.

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

Color convert

RGB 110 93 56 -
CMYK 0 0.15 0.49 0.57
HSL 41.11º 0.33% 0.33% -
HSV(B) 41.11º 0.49% 0.43% -
XYZ 11.06 11.43 5.36 -
YUV 93.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 110 93 56 0 0.15 0.49 0.57 41.11 0.33 0.33
Hex 6E 5D 38 0 F 31 39 29 21 21
Octal 156 135 70 0 17 61 71 51 41 41
Binary 1101110 1011101 111000 0 1111 110001 111001 101001 100001 100001

Color Harmonies of #6E5D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5D38

Black with #6E5D38

Text Example


Text Example

White with #6E5D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,56); }

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

background-color css

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

 a { background-color: rgb(110,93,56); }

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

border-color css

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

 span { border-color: rgb(110,93,56); }

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