Html Css Color HEX #665E49 Soya Bean

📋 copy color: '#665E49'

red 102 ◦ green 94 ◦ blue 73

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

Shades of Soya Bean #665E49

Tints of Soya Bean #665E49

RGB

 RED value IS 102 (40.23% from 255) = 37.92%

 GREEN value IS 94 (37.11% from 255) = 34.94%

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 37.92%
G = 34.94%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#665E49 (or 0x665E49) is known color: Soya Bean. HEX triplet: 66, 5E and 49. RGB value is (102,94,73). Sum of RGB (Red+Green+Blue) = 102+94+73=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E49 is #99A1B6. Grayscale: #5E5E5E. Windows color (decimal): -10068407 or 4808294. OLE color: 4808294.

HSL color Cylindrical-coordinate representation of color #665E49: hue angle of 43.45º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665E49 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 94 73 -
CMYK 0 0.08 0.28 0.6
HSL 43.45º 0.17% 0.34% -
HSV(B) 43.45º 0.28% 0.4% -
XYZ 10.68 11.31 7.92 -
YUV 94 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 102 94 73 0 0.08 0.28 0.6 43.45 0.17 0.34
Hex 66 5E 49 0 8 1C 3C 2B 11 22
Octal 146 136 111 0 10 34 74 53 21 42
Binary 1100110 1011110 1001001 0 1000 11100 111100 101011 10001 100010

Color Harmonies of #665E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E49

Black with #665E49

Text Example


Text Example

White with #665E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665E49; }

 p { color: rgb(102,94,73); }

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

background-color css

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

 a { background-color: rgb(102,94,73); }

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

border-color css

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

 span { border-color: rgb(102,94,73); }

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