Html Css Color HEX #6F6249 Soya Bean

📋 copy color: '#6F6249'

red 111 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #6F6249

Tints of Soya Bean #6F6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 39.36%
G = 34.75%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F6249 (or 0x6F6249) is known color: Soya Bean. HEX triplet: 6F, 62 and 49. RGB value is (111,98,73). Sum of RGB (Red+Green+Blue) = 111+98+73=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6249 is #909DB6. Grayscale: #636363. Windows color (decimal): -9477559 or 4809327. OLE color: 4809327.

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

Color convert

RGB 111 98 73 -
CMYK 0 0.12 0.34 0.56
HSL 39.47º 0.21% 0.36% -
HSV(B) 39.47º 0.34% 0.44% -
XYZ 12.13 12.6 8.1 -
YUV 99.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 111 98 73 0 0.12 0.34 0.56 39.47 0.21 0.36
Hex 6F 62 49 0 C 22 38 27 15 24
Octal 157 142 111 0 14 42 70 47 25 44
Binary 1101111 1100010 1001001 0 1100 100010 111000 100111 10101 100100

Color Harmonies of #6F6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6249

Black with #6F6249

Text Example


Text Example

White with #6F6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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