Html Css Color HEX #756648 Soya Bean

📋 copy color: '#756648'

red 117 ◦ green 102 ◦ blue 72

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

Shades of Soya Bean #756648

Tints of Soya Bean #756648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 40.21%
G = 35.05%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756648 (or 0x756648) is known color: Soya Bean. HEX triplet: 75, 66 and 48. RGB value is (117,102,72). Sum of RGB (Red+Green+Blue) = 117+102+72=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756648 is #8A99B7. Grayscale: #676767. Windows color (decimal): -9083320 or 4744821. OLE color: 4744821.

HSL color Cylindrical-coordinate representation of color #756648: hue angle of 40º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756648 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 72 -
CMYK 0 0.13 0.38 0.54
HSL 40º 0.24% 0.37% -
HSV(B) 40º 0.38% 0.46% -
XYZ 13.26 13.75 8.09 -
YUV 103.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 117 102 72 0 0.13 0.38 0.54 40 0.24 0.37
Hex 75 66 48 0 D 26 36 28 18 25
Octal 165 146 110 0 15 46 66 50 30 45
Binary 1110101 1100110 1001000 0 1101 100110 110110 101000 11000 100101

Color Harmonies of #756648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756648

Black with #756648

Text Example


Text Example

White with #756648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756648; }

 p { color: rgb(117,102,72); }

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

background-color css

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

 a { background-color: rgb(117,102,72); }

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

border-color css

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

 span { border-color: rgb(117,102,72); }

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