Html Css Color HEX #665F49 Soya Bean

📋 copy color: '#665F49'

red 102 ◦ green 95 ◦ blue 73

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

Shades of Soya Bean #665F49

Tints of Soya Bean #665F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 37.78%
G = 35.19%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#665F49 (or 0x665F49) is known color: Soya Bean. HEX triplet: 66, 5F and 49. RGB value is (102,95,73). Sum of RGB (Red+Green+Blue) = 102+95+73=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F49 is #99A0B6. Grayscale: #5E5E5E. Windows color (decimal): -10068151 or 4808550. OLE color: 4808550.

HSL color Cylindrical-coordinate representation of color #665F49: hue angle of 45.52º 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 #665F49 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 73 -
CMYK 0 0.07 0.28 0.6
HSL 45.52º 0.17% 0.34% -
HSV(B) 45.52º 0.28% 0.4% -
XYZ 10.77 11.49 7.95 -
YUV 94.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 102 95 73 0 0.07 0.28 0.6 45.52 0.17 0.34
Hex 66 5F 49 0 7 1C 3C 2E 11 22
Octal 146 137 111 0 7 34 74 56 21 42
Binary 1100110 1011111 1001001 0 111 11100 111100 101110 10001 100010

Color Harmonies of #665F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F49

Black with #665F49

Text Example


Text Example

White with #665F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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