Html Css Color HEX #696047 Soya Bean

📋 copy color: '#696047'

red 105 ◦ green 96 ◦ blue 71

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

Shades of Soya Bean #696047

Tints of Soya Bean #696047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.29%

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

R = 38.6%
G = 35.29%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#696047 (or 0x696047) is known color: Soya Bean. HEX triplet: 69, 60 and 47. RGB value is (105,96,71). Sum of RGB (Red+Green+Blue) = 105+96+71=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #696047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696047 is #969FB8. Grayscale: #5F5F5F. Windows color (decimal): -9871289 or 4677737. OLE color: 4677737.

HSL color Cylindrical-coordinate representation of color #696047: hue angle of 44.12º 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 #696047 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 71 -
CMYK 0 0.09 0.32 0.59
HSL 44.12º 0.19% 0.35% -
HSV(B) 44.12º 0.32% 0.41% -
XYZ 11.15 11.82 7.66 -
YUV 95.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 105 96 71 0 0.09 0.32 0.59 44.12 0.19 0.35
Hex 69 60 47 0 9 20 3B 2C 13 23
Octal 151 140 107 0 11 40 73 54 23 43
Binary 1101001 1100000 1000111 0 1001 100000 111011 101100 10011 100011

Color Harmonies of #696047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696047

Black with #696047

Text Example


Text Example

White with #696047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696047; }

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

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

background-color css

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

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

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

border-color css

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

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

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