Html Css Color HEX #696247 Soya Bean

📋 copy color: '#696247'

red 105 ◦ green 98 ◦ blue 71

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

Shades of Soya Bean #696247

Tints of Soya Bean #696247

RGB

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

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

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

R = 38.32%
G = 35.77%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#696247 (or 0x696247) is known color: Soya Bean. HEX triplet: 69, 62 and 47. RGB value is (105,98,71). Sum of RGB (Red+Green+Blue) = 105+98+71=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696247 is #969DB8. Grayscale: #616161. Windows color (decimal): -9870777 or 4678249. OLE color: 4678249.

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

Color convert

RGB 105 98 71 -
CMYK 0 0.07 0.32 0.59
HSL 47.65º 0.19% 0.35% -
HSV(B) 47.65º 0.32% 0.41% -
XYZ 11.33 12.19 7.72 -
YUV 97.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 105 98 71 0 0.07 0.32 0.59 47.65 0.19 0.35
Hex 69 62 47 0 7 20 3B 30 13 23
Octal 151 142 107 0 7 40 73 60 23 43
Binary 1101001 1100010 1000111 0 111 100000 111011 110000 10011 100011

Color Harmonies of #696247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696247

Black with #696247

Text Example


Text Example

White with #696247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696247; }

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

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

background-color css

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

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

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

border-color css

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

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

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