Html Css Color HEX #6F6441 Yellow Metal

📋 copy color: '#6F6441'

red 111 ◦ green 100 ◦ blue 65

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

Shades of Yellow Metal #6F6441

Tints of Yellow Metal #6F6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 40.22%
G = 36.23%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F6441 (or 0x6F6441) is known color: Yellow Metal. HEX triplet: 6F, 64 and 41. RGB value is (111,100,65). Sum of RGB (Red+Green+Blue) = 111+100+65=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6441 is #909BBE. Grayscale: #636363. Windows color (decimal): -9477055 or 4285551. OLE color: 4285551.

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

Color convert

RGB 111 100 65 -
CMYK 0 0.10 0.41 0.56
HSL 45.65º 0.26% 0.35% -
HSV(B) 45.65º 0.41% 0.44% -
XYZ 12.07 12.88 6.85 -
YUV 99.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 111 100 65 0 0.10 0.41 0.56 45.65 0.26 0.35
Hex 6F 64 41 0 A 29 38 2E 1A 23
Octal 157 144 101 0 12 51 70 56 32 43
Binary 1101111 1100100 1000001 0 1010 101001 111000 101110 11010 100011

Color Harmonies of #6F6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6441

Black with #6F6441

Text Example


Text Example

White with #6F6441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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