Html Css Color HEX #6F5E3D Yellow Metal

📋 copy color: '#6F5E3D'

red 111 ◦ green 94 ◦ blue 61

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

Shades of Yellow Metal #6F5E3D

Tints of Yellow Metal #6F5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 41.73%
G = 35.34%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F5E3D (or 0x6F5E3D) is known color: Yellow Metal. HEX triplet: 6F, 5E and 3D. RGB value is (111,94,61). Sum of RGB (Red+Green+Blue) = 111+94+61=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E3D is #90A1C2. Grayscale: #5F5F5F. Windows color (decimal): -9478595 or 4021871. OLE color: 4021871.

HSL color Cylindrical-coordinate representation of color #6F5E3D: hue angle of 39.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F5E3D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 94 61 -
CMYK 0 0.15 0.45 0.56
HSL 39.6º 0.29% 0.34% -
HSV(B) 39.6º 0.45% 0.44% -
XYZ 11.4 11.72 6.08 -
YUV 95.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 111 94 61 0 0.15 0.45 0.56 39.6 0.29 0.34
Hex 6F 5E 3D 0 F 2D 38 28 1D 22
Octal 157 136 75 0 17 55 70 50 35 42
Binary 1101111 1011110 111101 0 1111 101101 111000 101000 11101 100010

Color Harmonies of #6F5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E3D

Black with #6F5E3D

Text Example


Text Example

White with #6F5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,94,61); }

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

background-color css

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

 a { background-color: rgb(111,94,61); }

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

border-color css

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

 span { border-color: rgb(111,94,61); }

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