Html Css Color HEX #6D5E38 Yellow Metal

📋 copy color: '#6D5E38'

red 109 ◦ green 94 ◦ blue 56

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

Shades of Yellow Metal #6D5E38

Tints of Yellow Metal #6D5E38

RGB

 RED value IS 109 (42.97% from 255) = 42.08%

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

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

R = 42.08%
G = 36.29%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D5E38 (or 0x6D5E38) is known color: Yellow Metal. HEX triplet: 6D, 5E and 38. RGB value is (109,94,56). Sum of RGB (Red+Green+Blue) = 109+94+56=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E38 is #92A1C7. Grayscale: #5E5E5E. Windows color (decimal): -9609672 or 3694189. OLE color: 3694189.

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

Color convert

RGB 109 94 56 -
CMYK 0 0.14 0.49 0.57
HSL 43.02º 0.32% 0.32% -
HSV(B) 43.02º 0.49% 0.43% -
XYZ 11.02 11.54 5.39 -
YUV 94.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 109 94 56 0 0.14 0.49 0.57 43.02 0.32 0.32
Hex 6D 5E 38 0 E 31 39 2B 20 20
Octal 155 136 70 0 16 61 71 53 40 40
Binary 1101101 1011110 111000 0 1110 110001 111001 101011 100000 100000

Color Harmonies of #6D5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E38

Black with #6D5E38

Text Example


Text Example

White with #6D5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,94,56); }

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

background-color css

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

 a { background-color: rgb(109,94,56); }

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

border-color css

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

 span { border-color: rgb(109,94,56); }

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