Html Css Color HEX #6F5D39 Yellow Metal

📋 copy color: '#6F5D39'

red 111 ◦ green 93 ◦ blue 57

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

Shades of Yellow Metal #6F5D39

Tints of Yellow Metal #6F5D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 42.53%
G = 35.63%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F5D39 (or 0x6F5D39) is known color: Yellow Metal. HEX triplet: 6F, 5D and 39. RGB value is (111,93,57). Sum of RGB (Red+Green+Blue) = 111+93+57=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D39 is #90A2C6. Grayscale: #5E5E5E. Windows color (decimal): -9478855 or 3759471. OLE color: 3759471.

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

Color convert

RGB 111 93 57 -
CMYK 0 0.16 0.49 0.56
HSL 40º 0.32% 0.33% -
HSV(B) 40º 0.49% 0.44% -
XYZ 11.21 11.5 5.5 -
YUV 94.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 111 93 57 0 0.16 0.49 0.56 40 0.32 0.33
Hex 6F 5D 39 0 10 31 38 28 20 21
Octal 157 135 71 0 20 61 70 50 40 41
Binary 1101111 1011101 111001 0 10000 110001 111000 101000 100000 100001

Color Harmonies of #6F5D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D39

Black with #6F5D39

Text Example


Text Example

White with #6F5D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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