Html Css Color HEX #6F6540 Yellow Metal

📋 copy color: '#6F6540'

red 111 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #6F6540

Tints of Yellow Metal #6F6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

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

R = 40.22%
G = 36.59%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F6540 (or 0x6F6540) is known color: Yellow Metal. HEX triplet: 6F, 65 and 40. RGB value is (111,101,64). Sum of RGB (Red+Green+Blue) = 111+101+64=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6540 is #909ABF. Grayscale: #636363. Windows color (decimal): -9476800 or 4220271. OLE color: 4220271.

HSL color Cylindrical-coordinate representation of color #6F6540: hue angle of 47.23º 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 #6F6540 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 64 -
CMYK 0 0.09 0.42 0.56
HSL 47.23º 0.27% 0.34% -
HSV(B) 47.23º 0.42% 0.44% -
XYZ 12.13 13.06 6.73 -
YUV 99.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 111 101 64 0 0.09 0.42 0.56 47.23 0.27 0.34
Hex 6F 65 40 0 9 2A 38 2F 1B 22
Octal 157 145 100 0 11 52 70 57 33 42
Binary 1101111 1100101 1000000 0 1001 101010 111000 101111 11011 100010

Color Harmonies of #6F6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6540

Black with #6F6540

Text Example


Text Example

White with #6F6540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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