Html Css Color HEX #6D5D41 Yellow Metal

📋 copy color: '#6D5D41'

red 109 ◦ green 93 ◦ blue 65

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

Shades of Yellow Metal #6D5D41

Tints of Yellow Metal #6D5D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 40.82%
G = 34.83%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D5D41 (or 0x6D5D41) is known color: Yellow Metal. HEX triplet: 6D, 5D and 41. RGB value is (109,93,65). Sum of RGB (Red+Green+Blue) = 109+93+65=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5D41 is #92A2BE. Grayscale: #5E5E5E. Windows color (decimal): -9609919 or 4283757. OLE color: 4283757.

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

Color convert

RGB 109 93 65 -
CMYK 0 0.15 0.40 0.57
HSL 38.18º 0.25% 0.34% -
HSV(B) 38.18º 0.4% 0.43% -
XYZ 11.18 11.46 6.62 -
YUV 94.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 109 93 65 0 0.15 0.40 0.57 38.18 0.25 0.34
Hex 6D 5D 41 0 F 28 39 26 19 22
Octal 155 135 101 0 17 50 71 46 31 42
Binary 1101101 1011101 1000001 0 1111 101000 111001 100110 11001 100010

Color Harmonies of #6D5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D41

Black with #6D5D41

Text Example


Text Example

White with #6D5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,93,65); }

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

background-color css

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

 a { background-color: rgb(109,93,65); }

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

border-color css

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

 span { border-color: rgb(109,93,65); }

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