Html Css Color HEX #6F5E45 Soya Bean

📋 copy color: '#6F5E45'

red 111 ◦ green 94 ◦ blue 69

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

Shades of Soya Bean #6F5E45

Tints of Soya Bean #6F5E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 40.51%
G = 34.31%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F5E45 (or 0x6F5E45) is known color: Soya Bean. HEX triplet: 6F, 5E and 45. RGB value is (111,94,69). Sum of RGB (Red+Green+Blue) = 111+94+69=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E45 is #90A1BA. Grayscale: #606060. Windows color (decimal): -9478587 or 4546159. OLE color: 4546159.

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

Color convert

RGB 111 94 69 -
CMYK 0 0.15 0.38 0.56
HSL 35.71º 0.23% 0.35% -
HSV(B) 35.71º 0.38% 0.44% -
XYZ 11.63 11.81 7.3 -
YUV 96.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 111 94 69 0 0.15 0.38 0.56 35.71 0.23 0.35
Hex 6F 5E 45 0 F 26 38 24 17 23
Octal 157 136 105 0 17 46 70 44 27 43
Binary 1101111 1011110 1000101 0 1111 100110 111000 100100 10111 100011

Color Harmonies of #6F5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E45

Black with #6F5E45

Text Example


Text Example

White with #6F5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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