Html Css Color HEX #695E47 Soya Bean

📋 copy color: '#695E47'

red 105 ◦ green 94 ◦ blue 71

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

Shades of Soya Bean #695E47

Tints of Soya Bean #695E47

RGB

 RED value IS 105 (41.41% from 255) = 38.89%

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 38.89%
G = 34.81%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#695E47 (or 0x695E47) is known color: Soya Bean. HEX triplet: 69, 5E and 47. RGB value is (105,94,71). Sum of RGB (Red+Green+Blue) = 105+94+71=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #695E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E47 is #96A1B8. Grayscale: #5E5E5E. Windows color (decimal): -9871801 or 4677225. OLE color: 4677225.

HSL color Cylindrical-coordinate representation of color #695E47: hue angle of 40.59º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #695E47 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 94 71 -
CMYK 0 0.10 0.32 0.59
HSL 40.59º 0.19% 0.35% -
HSV(B) 40.59º 0.32% 0.41% -
XYZ 10.97 11.46 7.6 -
YUV 94.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 105 94 71 0 0.10 0.32 0.59 40.59 0.19 0.35
Hex 69 5E 47 0 A 20 3B 29 13 23
Octal 151 136 107 0 12 40 73 51 23 43
Binary 1101001 1011110 1000111 0 1010 100000 111011 101001 10011 100011

Color Harmonies of #695E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E47

Black with #695E47

Text Example


Text Example

White with #695E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695E47; }

 p { color: rgb(105,94,71); }

 H1.HeaderClassName
 {
   color: #695E47;
 }
 .AnyTagClassName
 {
   color: #695E47;
 }
</style>

background-color css

<style>
 a { background-color: #695E47; }

 a { background-color: rgb(105,94,71); }

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

border-color css

<style>
 span { border-color: #695E47; }

 span { border-color: rgb(105,94,71); }

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