Html Css Color HEX #665D47 Soya Bean

📋 copy color: '#665D47'

red 102 ◦ green 93 ◦ blue 71

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

Shades of Soya Bean #665D47

Tints of Soya Bean #665D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 38.35%
G = 34.96%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#665D47 (or 0x665D47) is known color: Soya Bean. HEX triplet: 66, 5D and 47. RGB value is (102,93,71). Sum of RGB (Red+Green+Blue) = 102+93+71=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D47 is #99A2B8. Grayscale: #5D5D5D. Windows color (decimal): -10068665 or 4676966. OLE color: 4676966.

HSL color Cylindrical-coordinate representation of color #665D47: hue angle of 42.58º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665D47 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 93 71 -
CMYK 0 0.09 0.30 0.6
HSL 42.58º 0.18% 0.34% -
HSV(B) 42.58º 0.3% 0.4% -
XYZ 10.53 11.11 7.55 -
YUV 93.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 102 93 71 0 0.09 0.30 0.6 42.58 0.18 0.34
Hex 66 5D 47 0 9 1E 3C 2B 12 22
Octal 146 135 107 0 11 36 74 53 22 42
Binary 1100110 1011101 1000111 0 1001 11110 111100 101011 10010 100010

Color Harmonies of #665D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D47

Black with #665D47

Text Example


Text Example

White with #665D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,71); }

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

background-color css

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

 a { background-color: rgb(102,93,71); }

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

border-color css

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

 span { border-color: rgb(102,93,71); }

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