Html Css Color HEX #6F6042 Yellow Metal

📋 copy color: '#6F6042'

red 111 ◦ green 96 ◦ blue 66

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

Shades of Yellow Metal #6F6042

Tints of Yellow Metal #6F6042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 40.66%
G = 35.16%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F6042 (or 0x6F6042) is known color: Yellow Metal. HEX triplet: 6F, 60 and 42. RGB value is (111,96,66). Sum of RGB (Red+Green+Blue) = 111+96+66=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6042 is #909FBD. Grayscale: #616161. Windows color (decimal): -9478078 or 4350063. OLE color: 4350063.

HSL color Cylindrical-coordinate representation of color #6F6042: hue angle of 40º degrees, saturation: 0.25, 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 #6F6042 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 96 66 -
CMYK 0 0.14 0.41 0.56
HSL 40º 0.25% 0.35% -
HSV(B) 40º 0.41% 0.44% -
XYZ 11.72 12.14 6.88 -
YUV 97.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 111 96 66 0 0.14 0.41 0.56 40 0.25 0.35
Hex 6F 60 42 0 E 29 38 28 19 23
Octal 157 140 102 0 16 51 70 50 31 43
Binary 1101111 1100000 1000010 0 1110 101001 111000 101000 11001 100011

Color Harmonies of #6F6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6042

Black with #6F6042

Text Example


Text Example

White with #6F6042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,66); }

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

background-color css

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

 a { background-color: rgb(111,96,66); }

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

border-color css

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

 span { border-color: rgb(111,96,66); }

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