Html Css Color HEX #6D5E3D Yellow Metal

📋 copy color: '#6D5E3D'

red 109 ◦ green 94 ◦ blue 61

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

Shades of Yellow Metal #6D5E3D

Tints of Yellow Metal #6D5E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 41.29%
G = 35.61%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D5E3D (or 0x6D5E3D) is known color: Yellow Metal. HEX triplet: 6D, 5E and 3D. RGB value is (109,94,61). Sum of RGB (Red+Green+Blue) = 109+94+61=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E3D is #92A1C2. Grayscale: #5E5E5E. Windows color (decimal): -9609667 or 4021869. OLE color: 4021869.

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

Color convert

RGB 109 94 61 -
CMYK 0 0.14 0.44 0.57
HSL 41.25º 0.28% 0.33% -
HSV(B) 41.25º 0.44% 0.43% -
XYZ 11.15 11.59 6.06 -
YUV 94.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 109 94 61 0 0.14 0.44 0.57 41.25 0.28 0.33
Hex 6D 5E 3D 0 E 2C 39 29 1C 21
Octal 155 136 75 0 16 54 71 51 34 41
Binary 1101101 1011110 111101 0 1110 101100 111001 101001 11100 100001

Color Harmonies of #6D5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E3D

Black with #6D5E3D

Text Example


Text Example

White with #6D5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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