Html Css Color HEX #6F6141 Yellow Metal

📋 copy color: '#6F6141'

red 111 ◦ green 97 ◦ blue 65

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

Shades of Yellow Metal #6F6141

Tints of Yellow Metal #6F6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

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

R = 40.66%
G = 35.53%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F6141 (or 0x6F6141) is known color: Yellow Metal. HEX triplet: 6F, 61 and 41. RGB value is (111,97,65). Sum of RGB (Red+Green+Blue) = 111+97+65=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6141 is #909EBE. Grayscale: #616161. Windows color (decimal): -9477823 or 4284783. OLE color: 4284783.

HSL color Cylindrical-coordinate representation of color #6F6141: hue angle of 41.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F6141 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 65 -
CMYK 0 0.13 0.41 0.56
HSL 41.74º 0.26% 0.35% -
HSV(B) 41.74º 0.41% 0.44% -
XYZ 11.78 12.31 6.76 -
YUV 97.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 111 97 65 0 0.13 0.41 0.56 41.74 0.26 0.35
Hex 6F 61 41 0 D 29 38 2A 1A 23
Octal 157 141 101 0 15 51 70 52 32 43
Binary 1101111 1100001 1000001 0 1101 101001 111000 101010 11010 100011

Color Harmonies of #6F6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6141

Black with #6F6141

Text Example


Text Example

White with #6F6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,65); }

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

background-color css

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

 a { background-color: rgb(111,97,65); }

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

border-color css

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

 span { border-color: rgb(111,97,65); }

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