Html Css Color HEX #6F6341 Yellow Metal

📋 copy color: '#6F6341'

red 111 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #6F6341

Tints of Yellow Metal #6F6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 40.36%
G = 36%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F6341 (or 0x6F6341) is known color: Yellow Metal. HEX triplet: 6F, 63 and 41. RGB value is (111,99,65). Sum of RGB (Red+Green+Blue) = 111+99+65=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6341 is #909CBE. Grayscale: #626262. Windows color (decimal): -9477311 or 4285295. OLE color: 4285295.

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

Color convert

RGB 111 99 65 -
CMYK 0 0.11 0.41 0.56
HSL 44.35º 0.26% 0.35% -
HSV(B) 44.35º 0.41% 0.44% -
XYZ 11.97 12.68 6.82 -
YUV 98.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 111 99 65 0 0.11 0.41 0.56 44.35 0.26 0.35
Hex 6F 63 41 0 B 29 38 2C 1A 23
Octal 157 143 101 0 13 51 70 54 32 43
Binary 1101111 1100011 1000001 0 1011 101001 111000 101100 11010 100011

Color Harmonies of #6F6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6341

Black with #6F6341

Text Example


Text Example

White with #6F6341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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