Html Css Color HEX #6F5F49 Soya Bean

📋 copy color: '#6F5F49'

red 111 ◦ green 95 ◦ blue 73

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

Shades of Soya Bean #6F5F49

Tints of Soya Bean #6F5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.05%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 39.78%
G = 34.05%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F5F49 (or 0x6F5F49) is known color: Soya Bean. HEX triplet: 6F, 5F and 49. RGB value is (111,95,73). Sum of RGB (Red+Green+Blue) = 111+95+73=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F49 is #90A0B6. Grayscale: #616161. Windows color (decimal): -9478327 or 4808559. OLE color: 4808559.

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

Color convert

RGB 111 95 73 -
CMYK 0 0.14 0.34 0.56
HSL 34.74º 0.21% 0.36% -
HSV(B) 34.74º 0.34% 0.44% -
XYZ 11.85 12.04 8 -
YUV 97.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 111 95 73 0 0.14 0.34 0.56 34.74 0.21 0.36
Hex 6F 5F 49 0 E 22 38 23 15 24
Octal 157 137 111 0 16 42 70 43 25 44
Binary 1101111 1011111 1001001 0 1110 100010 111000 100011 10101 100100

Color Harmonies of #6F5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F49

Black with #6F5F49

Text Example


Text Example

White with #6F5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,95,73); }

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

background-color css

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

 a { background-color: rgb(111,95,73); }

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

border-color css

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

 span { border-color: rgb(111,95,73); }

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