Html Css Color HEX #665D46 Soya Bean

📋 copy color: '#665D46'

red 102 ◦ green 93 ◦ blue 70

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

Shades of Soya Bean #665D46

Tints of Soya Bean #665D46

RGB

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

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

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

R = 38.49%
G = 35.09%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#665D46 (or 0x665D46) is known color: Soya Bean. HEX triplet: 66, 5D and 46. RGB value is (102,93,70). Sum of RGB (Red+Green+Blue) = 102+93+70=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #665D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D46 is #99A2B9. Grayscale: #5D5D5D. Windows color (decimal): -10068666 or 4611430. OLE color: 4611430.

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

Color convert

RGB 102 93 70 -
CMYK 0 0.09 0.31 0.6
HSL 43.13º 0.19% 0.34% -
HSV(B) 43.13º 0.31% 0.4% -
XYZ 10.5 11.1 7.38 -
YUV 93.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 102 93 70 0 0.09 0.31 0.6 43.13 0.19 0.34
Hex 66 5D 46 0 9 1F 3C 2B 13 22
Octal 146 135 106 0 11 37 74 53 23 42
Binary 1100110 1011101 1000110 0 1001 11111 111100 101011 10011 100010

Color Harmonies of #665D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D46

Black with #665D46

Text Example


Text Example

White with #665D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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