Html Css Color HEX #6F5D3B Yellow Metal

📋 copy color: '#6F5D3B'

red 111 ◦ green 93 ◦ blue 59

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

Shades of Yellow Metal #6F5D3B

Tints of Yellow Metal #6F5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 42.21%
G = 35.36%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F5D3B (or 0x6F5D3B) is known color: Yellow Metal. HEX triplet: 6F, 5D and 3B. RGB value is (111,93,59). Sum of RGB (Red+Green+Blue) = 111+93+59=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D3B is #90A2C4. Grayscale: #5E5E5E. Windows color (decimal): -9478853 or 3890543. OLE color: 3890543.

HSL color Cylindrical-coordinate representation of color #6F5D3B: hue angle of 39.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F5D3B is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 93 59 -
CMYK 0 0.16 0.47 0.56
HSL 39.23º 0.31% 0.33% -
HSV(B) 39.23º 0.47% 0.44% -
XYZ 11.26 11.52 5.77 -
YUV 94.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 111 93 59 0 0.16 0.47 0.56 39.23 0.31 0.33
Hex 6F 5D 3B 0 10 2F 38 27 1F 21
Octal 157 135 73 0 20 57 70 47 37 41
Binary 1101111 1011101 111011 0 10000 101111 111000 100111 11111 100001

Color Harmonies of #6F5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D3B

Black with #6F5D3B

Text Example


Text Example

White with #6F5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,59); }

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

background-color css

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

 a { background-color: rgb(111,93,59); }

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

border-color css

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

 span { border-color: rgb(111,93,59); }

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