Html Css Color HEX #696248 Soya Bean

📋 copy color: '#696248'

red 105 ◦ green 98 ◦ blue 72

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

Shades of Soya Bean #696248

Tints of Soya Bean #696248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 38.18%
G = 35.64%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#696248 (or 0x696248) is known color: Soya Bean. HEX triplet: 69, 62 and 48. RGB value is (105,98,72). Sum of RGB (Red+Green+Blue) = 105+98+72=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696248 is #969DB7. Grayscale: #616161. Windows color (decimal): -9870776 or 4743785. OLE color: 4743785.

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

Color convert

RGB 105 98 72 -
CMYK 0 0.07 0.31 0.59
HSL 47.27º 0.19% 0.35% -
HSV(B) 47.27º 0.31% 0.41% -
XYZ 11.36 12.21 7.89 -
YUV 97.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 105 98 72 0 0.07 0.31 0.59 47.27 0.19 0.35
Hex 69 62 48 0 7 1F 3B 2F 13 23
Octal 151 142 110 0 7 37 73 57 23 43
Binary 1101001 1100010 1001000 0 111 11111 111011 101111 10011 100011

Color Harmonies of #696248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696248

Black with #696248

Text Example


Text Example

White with #696248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696248; }

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

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

background-color css

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

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

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

border-color css

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

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

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