Html Css Color HEX #6D5F3A Yellow Metal

📋 copy color: '#6D5F3A'

red 109 ◦ green 95 ◦ blue 58

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

Shades of Yellow Metal #6D5F3A

Tints of Yellow Metal #6D5F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.26%

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 41.6%
G = 36.26%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D5F3A (or 0x6D5F3A) is known color: Yellow Metal. HEX triplet: 6D, 5F and 3A. RGB value is (109,95,58). Sum of RGB (Red+Green+Blue) = 109+95+58=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5F3A is #92A0C5. Grayscale: #5F5F5F. Windows color (decimal): -9609414 or 3825517. OLE color: 3825517.

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

Color convert

RGB 109 95 58 -
CMYK 0 0.13 0.47 0.57
HSL 43.53º 0.31% 0.33% -
HSV(B) 43.53º 0.47% 0.43% -
XYZ 11.16 11.74 5.68 -
YUV 94.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 109 95 58 0 0.13 0.47 0.57 43.53 0.31 0.33
Hex 6D 5F 3A 0 D 2F 39 2C 1F 21
Octal 155 137 72 0 15 57 71 54 37 41
Binary 1101101 1011111 111010 0 1101 101111 111001 101100 11111 100001

Color Harmonies of #6D5F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F3A

Black with #6D5F3A

Text Example


Text Example

White with #6D5F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,58); }

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

background-color css

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

 a { background-color: rgb(109,95,58); }

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

border-color css

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

 span { border-color: rgb(109,95,58); }

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