Html Css Color HEX #756246 Soya Bean

📋 copy color: '#756246'

red 117 ◦ green 98 ◦ blue 70

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

Shades of Soya Bean #756246

Tints of Soya Bean #756246

RGB

 RED value IS 117 (46.09% from 255) = 41.05%

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 41.05%
G = 34.39%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#756246 (or 0x756246) is known color: Soya Bean. HEX triplet: 75, 62 and 46. RGB value is (117,98,70). Sum of RGB (Red+Green+Blue) = 117+98+70=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756246 is #8A9DB9. Grayscale: #646464. Windows color (decimal): -9084346 or 4612725. OLE color: 4612725.

HSL color Cylindrical-coordinate representation of color #756246: hue angle of 35.74º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756246 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 70 -
CMYK 0 0.16 0.40 0.54
HSL 35.74º 0.25% 0.37% -
HSV(B) 35.74º 0.4% 0.46% -
XYZ 12.81 12.96 7.62 -
YUV 100.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 117 98 70 0 0.16 0.40 0.54 35.74 0.25 0.37
Hex 75 62 46 0 10 28 36 24 19 25
Octal 165 142 106 0 20 50 66 44 31 45
Binary 1110101 1100010 1000110 0 10000 101000 110110 100100 11001 100101

Color Harmonies of #756246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756246

Black with #756246

Text Example


Text Example

White with #756246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756246; }

 p { color: rgb(117,98,70); }

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

background-color css

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

 a { background-color: rgb(117,98,70); }

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

border-color css

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

 span { border-color: rgb(117,98,70); }

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