Html Css Color HEX #6F5D40 Yellow Metal

📋 copy color: '#6F5D40'

red 111 ◦ green 93 ◦ blue 64

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

Shades of Yellow Metal #6F5D40

Tints of Yellow Metal #6F5D40

RGB

 RED value IS 111 (43.75% from 255) = 41.42%

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 41.42%
G = 34.7%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F5D40 (or 0x6F5D40) is known color: Yellow Metal. HEX triplet: 6F, 5D and 40. RGB value is (111,93,64). Sum of RGB (Red+Green+Blue) = 111+93+64=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D40 is #90A2BF. Grayscale: #5F5F5F. Windows color (decimal): -9478848 or 4218223. OLE color: 4218223.

HSL color Cylindrical-coordinate representation of color #6F5D40: hue angle of 37.02º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F5D40 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 93 64 -
CMYK 0 0.16 0.42 0.56
HSL 37.02º 0.27% 0.34% -
HSV(B) 37.02º 0.42% 0.44% -
XYZ 11.4 11.58 6.48 -
YUV 95.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 111 93 64 0 0.16 0.42 0.56 37.02 0.27 0.34
Hex 6F 5D 40 0 10 2A 38 25 1B 22
Octal 157 135 100 0 20 52 70 45 33 42
Binary 1101111 1011101 1000000 0 10000 101010 111000 100101 11011 100010

Color Harmonies of #6F5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D40

Black with #6F5D40

Text Example


Text Example

White with #6F5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,64); }

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

background-color css

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

 a { background-color: rgb(111,93,64); }

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

border-color css

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

 span { border-color: rgb(111,93,64); }

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